in reply to Re: Re: Re: Re: Using CGI param method
in thread Using CGI param method
From the docs, it looks like using :standard creates a default CGI object, which can be accessed using functions like param().
That's probably why the sample code I gave you didn't work; the default object was already created, so when it tried to read the data to create another one, there was no data.
|
|---|