Hi, how can I turn off stickiness for CGI's HTML methods.
Example: I call a script with parameter "mode=new" and the following line print $q->hidden('mode', 'slurp'); prints out <input type="hidden" name="mode" value="new" /> instead of <input type="hidden" name="mode" value="slurp" /> I tried the -nosticky pragma when loading CGI, but it did not change the behaviour. How can I force CGI to print the parameter value passed with the method instead of the one passed when calling the script? Thanks, Jan -- The day Microsoft makes something that doesn't suck is the day they start selling vacuum cleaners. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>