Re: using CGI module

2004-11-16 Thread Gunnar Hjalmarsson
Victor wrote: 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". Please post a short but complete program that illustrates your observation. -- Gunnar Hja

using CGI module

2004-11-16 Thread victor
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 PROTECT