Re: Execute without __PACKAGE__ thank you..

2003-06-18 Thread ckassab
--- > > - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Tuesday, June 17, 2003 6:03 PM > Subject: Re: Execute without __PACKAGE__ > > >> Luis Fernando: >> >> Thank you

Re: Execute without __PACKAGE__

2003-06-17 Thread Cameron McBride
> I have an additional question: > What is the "isa" parameter and how can i use it?, i did not see it in the > embperl documentation in the site http://perl.apache.org/embperl I'm not sure where it is on the site, but its documented as part of the Execute command. Usage would be something like t

Re: Execute without __PACKAGE__

2003-06-17 Thread Gerald Richter
| +- - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, June 17, 2003 6:03 PM Subject: Re: Execute without __PACKAGE__ > Luis Fernando: > > Thank you for your help, i will check embpelr::object. > > I have an a

Re: Execute without __PACKAGE__

2003-06-17 Thread Luiz Fernando
On Tue, 2003-06-17 at 13:03, [EMAIL PROTECTED] wrote: > Luis Fernando: > > Thank you for your help, i will check embpelr::object. > > I have an additional question: > What is the "isa" parameter and how can i use it?, i did not see it in the > embperl documentation in the site http://perl.apache.

Re: Execute without __PACKAGE__

2003-06-17 Thread ckassab
Luis Fernando: Thank you for your help, i will check embpelr::object. I have an additional question: What is the "isa" parameter and how can i use it?, i did not see it in the embperl documentation in the site http://perl.apache.org/embperl Thank you Carlos Kassab > On Mon, 2003-06-16 at 17:02

Re: Execute without __PACKAGE__

2003-06-17 Thread Luiz Fernando
On Mon, 2003-06-16 at 17:02, [EMAIL PROTECTED] wrote: > Hi all: > > > Eplsite(www.eplsite.org) is a good system to run as CGI but when running > with mod_perl it will consume memory because it is using Execute with > __PACKAGE__ > > The main file is called index.epl and it is executing some file

Execute without __PACKAGE__

2003-06-16 Thread ckassab
Hi all: Eplsite(www.eplsite.org) is a good system to run as CGI but when running with mod_perl it will consume memory because it is using Execute with __PACKAGE__ The main file is called index.epl and it is executing some files containing subs, when i try to change the way to execute files like