Re: Problem with import subroutine

2003-08-14 Thread Gerald Richter
> I have two scripts. > > base.htm > index.htm > -- > > index.htm : > > [- > sub test { > return 'wellcome'; > } > -] > > > base.htm : > > [- Execute ({inputfile => '*' , import => 1 }) -] > [+ test () +] > > > When I run index.htm then base.htm return error , beca

Re: Problem with import subroutine

2003-08-10 Thread ckassab
Hi: Are you using embperl object?, if so, see the next link: http://take23.org/articles/2001/02/07/embperlobject.xml If you are NOT using embperl object, the way to solve this problem is like this: file index.epl: [$syntax EmbperlBlocks ASP $] -> this is because i like this kind of syntax [- Exe