Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
    use LWP::UserAgent;
    ...
    # HTML body:
    my $body =  $response->content;
    print "================\n$body====================\n";
    
  2. or download this
    Return Code ====>
     401
    ...
    </TD></TR></TABLE></BODY></HTML>
    
    ====================