Help for this page
use strict; ... print $first;
sub isNumber { ... local $SIG{__WARN__} = sub { $N = 0; }; return ($_[0] & 0) | $N; }