Help for this page

Select Code to Download


  1. or download this
    use WWW::Mechanize;
    use LWP::Debug;
    ...
    LWP::Debug::level("+");
    $mech->get("http://www.cnn.com/");
    print length($mech->content), "\n";