David Gilden schreef:

> my $Comments = param('(Comments');

There is an extra '(' in there that you might not want.

Do you use Capitalization to show that the variable is initialised with
the value of a parameter?
Consider $p_comments or $param_comments or $param{Comments}.

-- 
Affijn, Ruud

"Gewoon is een tijger."


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to