Help for this page
a if (my $o) = b; c unless $o;
$ perl -wl print "if!" if (my $o) = 0; ... __END__ if! unless!