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

Re^5: Cannot clear cgi param (if it's really what I need to do)

by ikegami (Patriarch)
on Jan 31, 2008 at 10:16 UTC ( [id://665313]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Cannot clear cgi param (if it's really what I need to do)
in thread Cannot clear cgi param (if it's really what I need to do)

When you don't use the named parameter style, the first argument is the field name and the rest are values for the field.
print hidden( 'mode' , 'save' , 1 );
is short for
print hidden( -name => 'mode' , -default => [ 'save', 1 ]);

Replies are listed 'Best First'.
Re^6: Cannot clear cgi param (if it's really what I need to do)
by lepetitalbert (Abbot) on Jan 31, 2008 at 12:26 UTC

    Hi ikegami,

    Thank you for the explanation.

    Have a nice day.

    "There is only one good, namely knowledge, and only one evil, namely ignorance." Socrates

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-16 06:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found