Help for this page

Select Code to Download


  1. or download this
    use WWW::Mechanize;
    
    ...
    my $url = 'http://example.com';
    $mech->get( $url );
    print $mech->text;