Help for this page

Select Code to Download


  1. or download this
    my $mech = WWW::Mechanize->new();
    $mech->get("http://dspace.mit.edu/handle/1721.1/53720");
    
  2. or download this
    my $mech = WWW::Mechanize->new();
    warn "Fetching $ARGV[0]\n";
    $mech->get($ARGV[0]);
    
  3. or download this
    perl -w listanand.pl http://google.com