Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    
    print "Result = ".sensible()."\n";   # Result = one
    print "Result = ".0+sensible()."\n"; # Result = 1