Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Re: CGI::Application design strategy

by simon.proctor (Vicar)
on Mar 02, 2004 at 15:47 UTC ( [id://333282]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $self->redirect( { rm => 'first_panel' } );
    
  2. or download this
    sub redirect {
        my $self = shift;
    ...
        $self->header_props(-url=>$new_url);
        return "Redirecting to $new_url";
      }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-25 09:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found