>
> 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
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"
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 $]
[-