Skip to content

Instantly share code, notes, and snippets.

View damog's full-sized avatar

David Moreno damog

  • @ThePalaceCompany
  • Mérida, Yuc
View GitHub Profile
@damog
damog / mojo-crawler.pl
Created August 13, 2016 09:43 — 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