Perl Programming/Keywords/unless

Previous: UNITCHECK Keywords Next: unlink

The unless keywordEdit

unless is a flow-control keyword. The EXPRESSION is called the condition.

SyntaxEdit

  unless EXPRESSION

ExampleEdit

go_outside() and play() unless $it_is_raining;

See alsoEdit

Previous: UNITCHECK Keywords Next: unlink