Help for this page

Select Code to Download


  1. or download this
    print "a" . undef . "b";
    
  2. or download this
    perl -e 'my $tmp; if( $tmp and ( $tmp eq "" ) ) { print "In\n" } else 
    +{ print "Out\n" }'
    Out