Perl Programming/Keywords/else
< Perl Programming | Keywords
Previous: each | Keywords | Next: elsif |
else is the keyword used to add an unconditional branch to an if … [end if] … statement.
if EXPRESSION else EXPRESSION
Previous: each | Keywords | Next: elsif |