2003-05-18 15:47:43 +02:00
|
|
|
Validate::Net is a class designed to assist with validation internet
|
|
|
|
related strings. It can be used to validate CGI forms, internally by
|
|
|
|
modules, and in any place where you want to check that an internet
|
|
|
|
related string is valid before handing it off to a Net::* class.
|
|
|
|
|
|
|
|
Whenever a test is false, you can access the reason through the reason
|
|
|
|
method.
|
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Validate-Net
|