Thank you, it worked, i put the subs in other file.
Carlos Kassab
El mié, 01-01-2003 a las 13:43, Gerald Richter escribió:
> If you are using Embper 1.3.x, the call to the sub must not be in the same
> block as the import:
>
> >
> > [-
> >
> > Execute ({inputfile => 'tables.epl', import=>1});
>
If you are using Embper 1.3.x, the call to the sub must not be in the same
block as the import:
>
> [-
>
> Execute ({inputfile => 'tables.epl', import=>1});
>
-]
-[
> &loadthecolors;
>
> $r = shift ;
> $option = $r -> {option} ;
>
> -]
>
Gerald
---
Hi:
I am trying to call a subrutine that is in the file tables.epl but i get
the error:
[6455]ERR: 24: Error in Perl code: Undefined subroutine
&HTML::Embperl::DOC::_6::loadthecolors called at
modules/Recommend/recommend.epl line 30.
### Here is when i load the file where the sub is and i