unless

Usage

unless xpath|perl-code command

unless xpath|perl-code command-block [ else command-block ]

Description

Like if but negating the result of the expression.

See Also

if