> 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 the following.

all my subs are defined in 'lib.epl'

in 'base.epl' I do:
[-
  Execute ({isa=>'lib.epl'});
-]

And then either in 'base.epl' or any other dependent Embperl::Object page, 
subs are available as:
[- 
  $req = shift;
  $req->func1($input)
  $req->func2()
-]

Cameron

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to