RE: EmbPerl and scope

2000-01-16 Thread Louis Trochatos
Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Vijay Sent: Saturday, January 15, 2000 11:37 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: EmbPerl and scope I used following method to get Embperl working in my system. [- Execute

RE: EmbPerl and scope

2000-01-16 Thread Gerald Richter
> I am having trouble with embperl and scope. I read the FAQ on this but I > still can't get it to work. As an example let's say I have two files: > Each file runs in it's own namespace (package name), so you won't see globals from another page. You must pass them as parameters, as Vijay already

Re: EmbPerl and scope

2000-01-15 Thread Vijay
I used following method to get Embperl working in my system. [- Execute ('other.html',"$a") -] other.html The value of a is [+ $param[0] +] This works fine. Vijay Nair - Original Message - From: Louis Trochatos <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 15, 20