Help for this page

Select Code to Download


  1. or download this
    function yadda(...
        // check for redirection
        return redirectCheck(pluginFound, redire
    
  2. or download this
    HTTP/1.1 302 Object Temporarily Moved
    Connection: close
    Date: Sun, 01 Jul 2007 03:53:25 GMT
    Server: Microsoft-IIS/6.0
    location: https://<...etc>
    
  3. or download this
    my $ua = LWP::UserAgent->new(
       requests_redirectable => [ 'GET', 'HEAD', 'POST' ]
    ...
                if (!$success) {
                   print "LWP ERR: " . $response->status_line . "\n";
                }