Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: CGI::Application Error

by rob_au (Abbot)
on Nov 18, 2001 at 10:13 UTC ( [id://126097]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $self->header_props(
        -cookie  =>  $cgi->cookie(
    ...
        -uri     =>  '/'
    );
    $self->header_type('redirect');
    
  2. or download this
    $self->run_modes({
        'list' =>  'list',
    ...
        'new'  =>  'new',
        'del'  =>  'del'
    });
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-19 22:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found