Help for this page

Select Code to Download


  1. or download this
    LWP::UserAgent::new: ()
    LWP::Parallel::UserAgent::register: (http://www.cnn.com, CODE(0xd91f90
    +), [undef]
    ...
    contains 0 pending connections
    ....
    ....
    
  2. or download this
    
        use strict;
    ...
        $totalbytes += length $data;
        print "\nGot ",length $data," bytes of data from ", $response->bas
    +e;
    }