Help for this page

Select Code to Download


  1. or download this
    
    Content is HTTP/1.0 302 (Found) Object moved
    ...
    <head><title>Object moved</title></head>
    <body><h1>Object Moved</h1>This object may be found <a HREF="/index.as
    +p">here</a>.</body>
    
  2. or download this
    req->authorization_basic('jonathanmark', 'nottherealpassword');
    
  3. or download this
    use HTTP::Request::Common qw(POST);
    use LWP::UserAgent;
    ...
    print "deleted $i\n"; 
    }