Still can't get it to wrk!

Do a view source, 

http://dowda.rockin.net/cgi/sqlguestbook.cgi

It just ain't working no mater what I try!
Lincoln Stein's CGI.pm book says that you 
can use default,value or values interchangeably.
 
D. 

On Wednesday, October 17, 2001 at 1:04 PM, [EMAIL PROTECTED] (Brian Arnold) wrote:

> Try this for your creation of the hidden variable
> 
> print hidden(
> -name => last_message_num, 
> -default => $message_num, 
> # -override=> 1
> );
> 
> If last_message_num is already defined in your CGI object, you'll have
> to use the override option like you have it here, just uncomment it.
> This one screwed me up all the time too - it's -name and -default, not
> -name and -value.  At least, that's how it shows in my CGI.pm
> documentation.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to