Help for this page

Select Code to Download


  1. or download this
    /index.html
    
  2. or download this
    http://www.somehost.com/index.html
    
  3. or download this
    use LWP::UserAgent;
    use HTTP::Request::Common;
    ...
    else {
            print $res->status_line,"\n";
    }
    
  4. or download this
    program.pl  http://www.somehost.com/index.html  /tmp/somehost_index.ht
    +ml