Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $mech = WWW::Mechanize->new;
    $mech->get('http://www.perlmonks.com/');
    print $mech->content;
    
  2. or download this
    $ ls -l /usr/lib/perl5/site_perl/5.8.8/WWW
    total 104
    ...
    
    cpan[5]> install HTTP::Response
    HTTP::Response is up to date (6.03).