Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $a->get( $url );
    
    print length( $a->content );
    
  2. or download this
    LWP::UserAgent::new: ()
    LWP::UserAgent::request: ()
    ...
    LWP::Protocol::collect: read 1003 bytes
    LWP::UserAgent::request: Simple response: OK
    1003