Help for this page

Select Code to Download


  1. or download this
    use WWW::Mechanize;
    my $mech = WWW::Mechanize->new();
    ...
    print $mech->content;
    my @links = $mech->all_links();
    my @someLinks = $mech->find_all_links( ... );