Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Can't modify variable received from CGI parameter

by benn (Vicar)
on Sep 09, 2003 at 10:41 UTC ( [id://289976]=note: print w/replies, xml ) Need Help??


in reply to Can't modify variable received from CGI parameter

Altenatively, you could use the '-override' flag, which emoves the stickiness and forces CGI.pm to always use the 'default' value.
print $cgi->hidden( -name => 'species', -default=> $species, -override => 1, );
Cheers, Ben.

Log In?
Username:
Password:

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

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

    No recent polls found