in reply to Re: How to determine if something is numeric?
in thread How to determine if something is numeric?

Try this @numbers:

my @numbers = qw(0.001 1.001 192.168.0.1);

antirice    
The first rule of Perl club is - use Perl
The
ith rule of Perl club is - follow rule i - 1 for i > 1