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

Re: carrying a lot of vars from page to page with hidden()

by Anonymous Monk
on Aug 08, 2001 at 02:50 UTC ( #102932=note: print w/replies, xml ) Need Help??


in reply to carrying a lot of vars from page to page with hidden()

working with cgi.pm i`ve got exactly the opposite as my problem, i.e. i can`t get rid of the "sticky" hidden values creating the distinct page from the same pl script and using the same names for the hidden fields... use cgi; my $q=new cgi; sub page1{ print $q->textfield(-name=>'bla'); } sub page2{ print $q->hidden(-name=>'bla',-value=>'what ever i put will come out as value from form'); } etc... how can i get round this? oh, tried use cgi (-nosticky); as described by lincoln stein... too dumb tim looking for someone smart with a big heart?

Originally posted as a Categorized Answer.

  • Comment on Re: carrying a lot of vars from page to page with hidden()

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2023-05-30 18:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?