view get-webpage.pl @ 7:913acb5a675b

repaired old repl script using changes from dylan
author Robert McIntyre <rlm@mit.edu>
date Thu, 01 Mar 2012 06:28:39 -0700
parents c0a7582262fd
children
line wrap: on
line source
1 #!/usr/bin/perl
4 print $ARGV[0];
5 use WWW::Mechanize::Firefox;
6 my $mech = WWW::Mechanize::Firefox->new(autoclose => 0);
7 $mech->get($ARGV[0]);