Perl Programming/Keywords/if

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Previous: hex Keywords Next: index

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

See also

[edit | edit source]
Previous: hex Keywords Next: index