Help for this page

Select Code to Download


  1. or download this
    $a = 'string';
    if (defined ($a <=> $a)) { print "Oops"; }
    
  2. or download this
    my $Inf = 9**9**9;
    my $NaN = sin($Inf);
    print "inf is: $Inf\n", "NaN is: $NaN\n";