http://qs321.pair.com?node_id=665310


in reply to Re^3: 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)

Hi kyle,

As I print other hidden params

print hidden( 'day' , $day );

I printed this one

print hidden( 'mode' , 'save' , 1 );

and this don't work.

print hidden( -name => 'mode' , -default => 'save' , -override => 1);

works, but I don't understand why ?

Have a nice day.

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