Help for this page

Select Code to Download


  1. or download this
    #/usr/bin/perl
    use strict;
    ...
    $test = 1 || (undef && undef != 0) ? undef : 0; 
    
    print "test = $test\n";
    
  2. or download this
    OUTPUT:
    test =