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
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