Help for this page

Select Code to Download


  1. or download this
      my $browser = LWP::UserAgent->new;
      my $response = $browser->get( $in{url} );
    ...
          print "links $1<br>\n";
        }
      }