DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibmail-rfc822-address-perl
BeschreibungPerl extension for validating email addresses
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.3-4
Sektionperl
Prioritätoptional
Installierte Größe68 Byte
Hängt ab vonperl
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße9836 Byte
Prüfsumme MD51bb714c4cb3b3e29e4a255d8ef7011f0
Prüfsumme SHA15e23a6d6010ad0893f2b0cf219ea37b5616539ea
Prüfsumme SHA256a5ae4789438c9439e5cf3846b4f6c9531b2c5ad7002bb3543501e0d3aa0113ba
Link zum Herunterladenlibmail-rfc822-address-perl_0.3-4_all.deb
Ausführliche BeschreibungMail::RFC822::Address validates email addresses against the grammar described in RFC 822 using regular expressions. How to validate a user supplied email address is a FAQ (see perlfaq9): the only sure way to see if a supplied email address is genuine is to send an email to it and see if the user recieves it. The one useful check that can be performed on an address is to check that the email address is syntactically valid. That is what this module does. . This module is functionally equivalent to RFC::RFC822::Address, but uses regular expressions rather than the Parse::RecDescent parser. This means that startup time is greatly reduced making it suitable for use in transient scripts such as CGI scripts.


Impressum
Linux is a registered trademark of Linus Torvalds