Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    print "$str does",
          Scalar::Util::looks_like_number($str) ? '' : ' not',
          " look like a number.\n";
    
  2. or download this
    $ ./bs.pl
    XP does not look like a number.