in reply to Re: Perl If and Elsif statement help
in thread Perl If and Elsif statement help

It's such a universal way of doing things, in that it applies to many, many languages, that many resources sort of gloss over it, with the exception of those that are geared to someone just learning to program, as opposed to a programmer learning Perl. You might read Wikipedia: Conditional (programming). Also, Learning Perl, 6th Edition (O'Reilly), the respected "Llama book" discusses elsif in chapter 10.


Dave