Help for this page

Select Code to Download


  1. or download this
    sub isNumber
    {
    ...
      local $SIG{__WARN__} = sub { $R = 0; };
      return ($_[0] < 0) ? $R : $R;
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    #     expected: 1
    1..2
    # Looks like you failed 2 tests of 2.