Error in make test

2000-12-05 Thread Ken Ray
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. -

Problem with make test in Embperl 1.3.3

2001-06-06 Thread Ken Ray
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

Re: Help with Execute - param and passing arrays

2001-08-29 Thread Ken Ray
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, > >