I need to access a variable like this: $cgi->param($variable);
This doesn't work.
But this works: $cgi->param('name');The first try ($cgi->param($variable)) ends with a "Internal server error".
Thank you.
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
