Help for this page

Select Code to Download


  1. or download this
    a if (my $o) = b;
    c unless $o;
    
  2. or download this
    $ perl -wl
    print "if!" if (my $o) = 0;
    ...
    __END__
    if!
    unless!