Help for this page

Select Code to Download


  1. or download this
    #! c:\perl\bin -w
    
    use strict;
    ...
    } else {
        print $page->status_line;
    }
    
  2. or download this
    #! c:\perl\bin -w
    
    use strict;
    ...
      # extract the cookies
      $cookie_jar->extract_cookies($res);
    }