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

Re: HTTP redirection and parameter access

by redsquirrel (Hermit)
on Feb 26, 2002 at 18:36 UTC ( [id://147679]=note: print w/replies, xml ) Need Help??


in reply to HTTP redirection and parameter access

Maybe I'm missing something, but wouldn't you just pass the parameter in the URL?
$q->redirect( -url => 'url/module2.cgi?Product_id=1234', -cookie => $cookie, );
--Dave

Replies are listed 'Best First'.
Re: Re: HTTP redirection and parameter access
by sshukla (Novice) on Feb 26, 2002 at 18:47 UTC
    I tried $q->redirect( -url => 'my_url/module2.cgi', -cookie => $cookie, -name => 'Product_id', -value => "$product_id" ); and was getting error. Thanks Saumil

Log In?
Username:
Password:

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

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

    No recent polls found