Perl Programming/Keywords/if

Previous: hex Keywords Next: index

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

See also

Previous: hex Keywords Next: index
Category:Book:Perl Programming#Keywords/if%20
Category:Book:Perl Programming