Perl Programming/Keywords/if
Appearance
The if keyword
[edit | edit source]if is the keyword used to start an if, an if … end if …or an if …[end if] … else statement.
Syntax
[edit | edit source] if EXPRESSION
Previous: hex | Keywords | Next: index |
if is the keyword used to start an if, an if … end if …or an if …[end if] … else statement.
if EXPRESSION
Previous: hex | Keywords | Next: index |