Menu

#3 script aborts in Solaris env

1.1.1
open
nobody
Perl (4)
5
2002-04-14
2002-04-14
Anonymous
No

I use the script in a FreeBSD environment running Perl-
5.00503 & it works fine.

But the same script in a Solaris environment running
Perl-5.006001 aborts when i try to run it with:

perl explindex2.cgi

...I get the errormessage :
"Can't modify reference constructor in list assignment
at explindex2.cgi line (linenumber here), near "@_;"
Execution of explindex2.cgi aborted due to compilation
errors."

The line where the script aborts is in the sub
GetIndexTemplateValue():

($Name,\%Values, $FileHandle) = @_;

there's one or two more lines like this one in the
script, for instance in sub GetErrorTemplateValue().

If you can help me please mail me xor@xorart.com
Thanks in Advance!!!
Herman.

Discussion


Log in to post a comment.