Help for this page

Select Code to Download


  1. or download this
    my $webcrawler = WWW::Mechanize->new();
    my $content = $webcrawler->get($url) || die( "!!etc" );
    my $base = $webcrawler->base();