Help for this page

Select Code to Download


  1. or download this
    $outputb = "\t$resultarray[3]";
    
  2. or download this
    #!/usr/bin/env perl -l
    
    ...
            print "$name (with value: '$value') DOES NOT MATCH zero.";
        }
    }
    
  3. or download this
    $resultarray[3] = |0|
    $outputb = |    0|
    $resultarray[3] (with value: '0') MATCHES zero.
    $outputb (with value: '    0') DOES NOT MATCH zero.