Help for this page

Select Code to Download


  1. or download this
    ls -la /usr/lib/perl5/site_perl/5.6.1/LWP/Protocol
    total 96
    ...
    -r--r--r--    1 root     root         4190 Mar 19  1999 mailto.pm
    -r--r--r--    1 root     root         3749 Nov 19  1998 nntp.pm
    -r--r--r--    1 root     root          630 May  5  2001 nogo.pm
    
  2. or download this
             # Create a user agent object
             use LWP::UserAgent;
    ...
             } else {
                 print "Bad luck this time\n";
             }