Description
Perl software can validate or recognize IPv6 address text with a reusable regular expression instead of inventing its own incomplete pattern. This helps network tools, form validators, parsers, and configuration checkers handle modern IP addresses.
It is a small library for developers. Validation still needs context: an address that matches the pattern may not be reachable, allowed, or suitable for a specific network rule.