Perl Programming/Keywords/if

Previous: hex Keywords Next: index

The if keywordEdit

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

SyntaxEdit

  if EXPRESSION

See alsoEdit

Previous: hex Keywords Next: index