Help for this page

Select Code to Download


  1. or download this
    perl -MLWP::Debug=+conns -MLWP::Simple -e get(shift) http://perl.org
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my $url = 'http://www.perlmonks.org';
    my $response = $agent->get($url);