|
|
| Syntactic Confectionery Delight | |
| PerlMonks |
Data::Types or grok_numberby tqisjim (Sexton) |
| on Sep 25, 2012 at 16:27 UTC ( #995587=perlquestion: print w/ replies, xml ) | Need Help?? |
|
tqisjim has asked for the
wisdom of the Perl Monks concerning the following question:
I'm trying to find functions similar to Data::Types::is_int From what I gather, these functions are implemented via Regex. I would prefer to use the built-in functions SvIOK, SvNOK, and SvPOK. I found a reference to grok_number, but the documentation is really sketchy. I'd prefer not to use a home-rolled version. Any suggestions?
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||