in reply to
is_numeric from perlfaq4
It works if you use:
sub is_numeric { defined scalar getnum(@_) }
Comment on
Re: is_numeric from perlfaq4
Download
Code
In Section
Seekers of Perl Wisdom