Perl if statement - Miscellaneous Information about Perl
Learn by examples how to use the Perl if, if-else, if-elsif-else conditional statements and much more. ... The Perl interpreter will evaluate the conditional expression and if the result is true, the execution of the script will continue with the block th...