Help for this page

Select Code to Download


  1. or download this
    
    use strict;
    ...
    
    print $first;
    
  2. or download this
    sub isNumber
    {
    ...
      local $SIG{__WARN__} = sub { $N = 0; };
      return ($_[0] & 0) | $N;
    }