|
Posted by John Bokma on February 9, 2006, 2:40 am
Please log in for more thread options
> Someone once told me that there is either a perl module with commonly
> used constants or a method of using commonly used constants.
>
> I am building a module which requires constants for determining if a
> value is an integer, and email address, a url, etc. Is there a module
> out there that already contains a large number of commonly used
> constants?
I guess you mean:
http://search.cpan.org/search?query=regex%3A%3Acommon&mode=all
A constant is something like 2
You probably mean a regexp to check if something is an integer, etc.
--
John Small Perl scripts: http://johnbokma.com/perl/
Perl programmer available: http://castleamber.com/
I ploink googlegroups.com :-)
|