Skip to content

Instantly share code, notes, and snippets.

@truist
truist / mojo-crawler.pl
Created July 13, 2016 20:48 — forked from creaktive/mojo-crawler.pl
Simple web crawler/scraper implemented using Mojolicious
#!/usr/bin/env perl
use 5.010;
use open qw(:locale);
use strict;
use utf8;
use warnings qw(all);
use Mojo::UserAgent;
# FIFO queue