comparison get-webpage.pl @ 4:c0a7582262fd

added new javadoc script to deal with lack of xinemera
author Robert McIntyre <rlm@mit.edu>
date Tue, 27 Dec 2011 23:26:48 -0700
parents
children
comparison
equal deleted inserted replaced
2:1579e83305d7 4:c0a7582262fd
1 #!/usr/bin/perl
2
3
4 print $ARGV[0];
5 use WWW::Mechanize::Firefox;
6 my $mech = WWW::Mechanize::Firefox->new(autoclose => 0);
7 $mech->get($ARGV[0]);