Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

(jeffa) Re: Lack of LWP::SIMPLE information

by jeffa (Bishop)
on Jul 12, 2003 at 14:22 UTC ( [id://273626]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <html>
    <meta http-equiv="Refresh" content="1; URL=redirected.html"/>
    ...
    you won't see me
    </body>
    </html>
    
  2. or download this
    #!/usr/bin/perl -Tw
    
    ...
    use CGI qw(redirect);
    
    print redirect('http://localhost/redirected.html');
    
  3. or download this
    [jeffa]$ perl -MLWP::Simple -le'getprint "http://localhost/cgi-bin/red
    +irect.cgi"'
    <html>
    ...
    you won't see me
    </body>
    </html>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://273626]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-24 03:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found