Help for this page

Select Code to Download


  1. or download this
    use Aspect;
    my $pcut = call qr/LWP::UserAgent::send_request/;
    ...
    use WWW::Mechanize;
    my $m = WWW::Mechanize->new;
    $m->get("http://www.google.com");
    
  2. or download this
    req================
    GET http://www.google.com
    ...
    Title: Google
    ==================