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.org/embperl >
It is on the Embperl manpage, try perldoc HTML::Embperl; isa (1.3.1b1 and above) Takes a name of a file and pushes the package of that file into the @ISA array of the current file. By using this you can setup an inherence tree between Embperl documents. Is is also usefull within EmbperlObject. Example: [! Execute ({'isa' => '../eposubs.htm'}) !] Regards, -- Luiz Fernando Ribeiro Engenho Soluções S/C Ltda --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]