Re: Problem importing subs, please help..

2003-01-01 Thread Carlos Kassab
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}); >

Re: Problem importing subs, please help..

2003-01-01 Thread Gerald Richter
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 ---

Problem importing subs, please help..

2002-12-28 Thread Carlos Kassab
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