Perl Programming/Keywords/if

Previous: hex Keywords Next: index

The if keyword edit

if is the keyword used to start an if, an if … end if …or an if …[end if] … else statement.

Syntax edit

  if EXPRESSION

See also edit

Previous: hex Keywords Next: index