Perl Programming/Keywords/if
The if keyword
if is the keyword used to start an if, an if … end if …or an if …[end if] … else statement.
Syntax
if EXPRESSION
if is the keyword used to start an if, an if … end if …or an if …[end if] … else statement.
if EXPRESSION