Help for this page

Select Code to Download


  1. or download this
    use LWP::Simple;
    use LWP::UserAgent;
    ...
    $ua = new LWP::UserAgent;
    $result = $ua->request($req)->as_string;
    print $result;
    
  2. or download this
    HTTP/1.1 302 (Found) Object moved
    Cache-Control: private
    ...
    
    <head><title>Object moved</title></head>
    <body><h1>Object Moved</h1>This object may be found <a HREF="genesrchr
    +esults.asp">here</a>.</body>