Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: CGI::Application redirect not working

by saberworks (Curate)
on Mar 20, 2013 at 23:57 UTC ( [id://1024634]=note: print w/replies, xml ) Need Help??


in reply to CGI::Application redirect not working

I have a redirect method in my CGI::Application base class that looks like this:
sub redirect { my ($self, $location) = @_; $self->header_type('redirect'); $self->header_add(-location => $location); return; }

Replies are listed 'Best First'.
Re^2: CGI::Application redirect not working
by Anonymous Monk on Mar 21, 2013 at 01:46 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (2)
As of 2024-04-24 17:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found