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