Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: I am having problems with both redirection and detecting redirection

by Anonymous Monk
on Sep 27, 2012 at 02:38 UTC ( [id://995910]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $cgi->redirect( '?what='. CGI->escape( $res->headers->as_string ) );
    
  2. or download this
    my $what = $cgi->param('what') || $cgi->query_param('what');
    my $headers HTTP::Message->parse( $what )->headers;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-03-28 20:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found