Description
Email address validation helps Perl applications reject malformed addresses before delivery. Developers use this library in forms, importers, and mail tools to check address syntax and optional domain-related rules. It is not proof that a mailbox belongs to a person, and some checks may involve DNS depending on caller options.