Help for this page

Select Code to Download


  1. or download this
    my $perl = WWW::Mechanize->new;
    $perl->get($something_interesting_from_the_net);
    $perl->click;