in reply to Re: what is benefit of unless ?in thread unless statements
unless ($boolean) { ... } [download]
if (not $boolean) { ... } [download]
-- Randal L. Schwartz, Perl hacker Be sure to read my standard disclaimer if this is a reply.