sub test_of_number_e { ($_<48 || 57<$_)?return 0:undef() for(unpack('C*',$_[0])); return 1; }