Skip to content

Instantly share code, notes, and snippets.

View gryftir's full-sized avatar

Zephyr gryftir

  • San Francisco, CA
View GitHub Profile
#!/usr/bin/env perl
use warnings;
use strict;
use WWW::Mechanize;
use HTML::TreeBuilder;
my $url = "http://www.google.com";
my $mech = WWW::Mechanize->new();
#!/usr/bin/env perl
# ABSTRACT: proof of concept for sending subs to a child process for evaluation
use strict;
use warnings;
use v5.10;
use Data::Dumper;
use Socket;
use Time::HiRes qw(sleep);