December 2012
Intermediate to advanced
888 pages
48h 24m
English
Perl offers two conditional statements, if and unless, which function opposite one another. if enables you to execute a block of code only if certain conditions are met so that you can control the flow of logic through your program. Conversely, unless performs the statements when certain conditions are not met.
The following sections explain and demonstrate how to use these conditional statements when writing scripts for Linux.
Read now
Unlock full access