use strict; use warnings; unless( 1 ) { print "Hello\n"; } unless( 2 ) { print "World\n"; } else { print "WHAT?!!!\n"; } __END__ WHAT?!!!
In reply to Re: Re: unless....else
by LanceDeeply
in thread unless....else
by amrangaye
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |