in reply to Perl If and Elsif statement help

Thank you for comment in my Question.Now i got some clarification on elsif block. Is there any online exercise for control statements in Perl.

Replies are listed 'Best First'.
Re^2: Perl If and Elsif statement help
by davido (Cardinal) on Dec 30, 2013 at 05:43 UTC

    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

Re^2: Perl If and Elsif statement help
by GrandFather (Saint) on Dec 30, 2013 at 05:39 UTC

    None that I know of. However Perl control structures are rather like most computer languages. See the perlsyn documentation for a description of what Perl provides.

    True laziness is hard work
Re^2: Perl If and Elsif statement help
by Anonymous Monk on Dec 30, 2013 at 07:59 UTC