Help for this page

Select Code to Download


  1. or download this
    
    LWP::UserAgent::new: ()
    ...
    --Done with request-------------------
    It didn't work!->401
    
  2. or download this
    
    #!/usr/bin/perl -w
    ...
       print "It didn't work!->" . $response->code . "\n"
    }