Hello, is there a standard or common Perl module used to determine if a URL is valid? I do not need to check whether the URL actually exists; I just need to check whether a URL entered by a user is a valid URL string or not.
For example, the Email::Valid module does a great job of simply checking whether a string is in valid e-mail format.