Help for this page

Select Code to Download


  1. or download this
    require WWW::Mechanize;
    my $mech = new WWW::Mechanize;
    $page = $mech->get("http://www.google.com");
    $page->find_link(text => 'download');
    
  2. or download this
    Can't locate object method "find_link" via package "HTTP::Headers" at 
    +C:/Perl/lib/HTTP/message.pm line 649.