in reply to RE (3) le: exiting a if loop
in thread exiting a if loop

I believe he was referring to the use of else if. There is no else if in Perl, you use elsif.

Replies are listed 'Best First'.
RE: RE: RE: RE: Re: exiting a if loop
by le (Friar) on Jun 06, 2000 at 19:06 UTC
    That's actually what I meant, yes.