Re: subroutine not found in the same file...please help

2003-01-01 Thread Gerald Richter
> > and under this i have the subroutines: > 1.3.x requires you to have the sub's defined, before you call them. So move them to the top and it will work (in 2.0 it doesn't matter if where the subs are defined) Gerald - To unsu

Re: subroutine not found in the same file...please help

2002-12-29 Thread Carlos Kassab
ok, i corrected the name of the subroutine but still have the error...please help... Thank you in advance Carlos Kassab El dom, 29-12-2002 a las 10:40, Carlos Kassab escribió: > Hi: > > I have a file called recommend.epl > > at the beginning of the file i have > > [$ if $option eq "sendmail"

subroutine not found in the same file...please help

2002-12-29 Thread Carlos Kassab
Hi: I have a file called recommend.epl at the beginning of the file i have [$ if $option eq "sendmail" $] [- &sendrecommend; -] [$ else $] [- &disprecommend; -] [$ endif $] and under this i have the subroutines: i am posting here only sendrecommend: [$ sub sendrecomend $] [-