Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created June 9, 2016 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tadzik/add0e94079da1b1645bb8fa78151f25d to your computer and use it in GitHub Desktop.
Save tadzik/add0e94079da1b1645bb8fa78151f25d to your computer and use it in GitHub Desktop.
use Inline::Perl5;
use WWW::Mechanize:from<Perl5>;
for ^3 {
start {
my $m = WWW::Mechanize.new;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment