Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Re: CGI and Redirect/URI/Location

by LeGo (Chaplain)
on Jun 19, 2001 at 01:58 UTC ( [id://89486]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $c = new CGI::Cookie(-name    =>  'login',
                    -value   =>  $login2,
    ...
            );
        $d = new CGI;
        print $d->redirect(-cookie=>$c, -location=>"$URL");
    
  2. or download this
        $c = new CGI::Cookie(-name    =>  'login',
                    -value   =>  $login2,
    ...
            );
        $d = new CGI;
        print $d->redirect(-cookie=>$c, -location=>"$URL");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2025-04-25 19:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.