Help for this page

Select Code to Download


  1. or download this
    $ perl -e '$x = 0; print "failed\n" unless $x and length($x)'
    failed
    $
    
  2. or download this
    $ perl -e '$x=0; $ print "failed\n" unless defined $x and length($x)'
    $