Conditional Directives and Context
Learn about the context in which conditional directives are evaluated.
The conditional directives if
, unless
, and the ternary conditional operator, all evaluate an expression in a boolean context. Since comparison operators such as eq
, ==
, ne
, and !=
all produce boolean results when evaluated, Perl coerces ...
Get hands-on with 1400+ tech skills courses.