Neil,

I have found a small free time slot and instead of doing nice things I have
sit in front of my computer and hacked a little bit at the things we talk
about yesterday. I just have commited a change to the CVS that allows you to
do the following:

[- $subs = Execute ({'object' => 'eposubs.htm'}) -]

txt1: [+ $subs -> txt1 +] <br>

txt2: [+ $subs -> txt2 +] <br>

This call to Execute returns a object reference that is blessed into the
package of eposubs.htm, just like we did with the NEW sub.

The second thing is

[! Execute ({'isa' => '../eposubs.htm'}) !]

[!
sub txt1 { "txt1 from same dir" } ;
!]


This does what Angus suggested with the [$uses foo.epl $], it pushes the
package of the ../eposubs.htm onto @ISA.

Hope this makes your coding a little bit easier

Gerald



-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



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

Reply via email to