view get-webpage.pl @ 5:8fd75396715d

modified swank-all script
author Robert McIntyre <rlm@mit.edu>
date Thu, 01 Mar 2012 05:44:09 -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]);