I have just installed EmbPerl 1.3.0, and had the following error while running make
test:
- - - - - - - - - - - - - - - - - - - - - - - - - -
Testing Execute Function ...
(several lines of passed tests)
EmbperlObject/obj/epoobj3.htm ...ok
Use of uninitialised value at (eval 1381) line 95.
-
215: Error in Perl code: syntax error at (eval 1455) line 1
, near "package main"
Apache/1.3.12 (Unix) ApacheJServ/1.1.2 mod_perl/1.24 HTML::Embperl 1.3.3 [Thu Ju
n 7 09:19:01 2001]
Ken Ray
Environment: Solaris 2.6
Perl: 5.6.1
output from make test:
#111 opmask/opmasktrap
John,
Try passing your params as references to the actual variables - remember,
paramaters are all "mushed" into a single array when they are passed, so by
using references, and de-referencing them, you can disentangle the
individual variables easily.
Ken Ray
>Hi,
>
>