Re: Subroutines in EmbperlObject

2001-05-25 Thread Wim Kerkhoff
Gerald Richter wrote: > > > base.epl: > > > > [- Execute ('constants.inc') -] > > > > [- Execute ('init.inc') -] > > > > [- Execute ({ inputfile => 'subs.inc', import => 1 }) -] > > > > As far as I see the import => 1 is the problem. This imports only [$sub$] > subs but not normal Perl subs. Ah

Re: Subroutines in EmbperlObject

2001-05-24 Thread Gerald Richter
> base.epl: > > [- Execute ('constants.inc') -] > > [- Execute ('init.inc') -] > > [- Execute ({ inputfile => 'subs.inc', import => 1 }) -] > As far as I see the import => 1 is the problem. This imports only [$sub$] subs but not normal Perl subs. If this is the only place where you are importing