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 Ubuntu Archiv lucid (universe)
Version0.3-3
Sektionuniverse/perl
Prioritätoptional
Installierte Größe68 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quellemail-rfc822-address
Paketgröße9496 Byte
Prüfsumme MD5c1246beb4315de90f6f6c210e6940ebb
Prüfsumme SHA1b393efa6d74ab4e68ce3eb8a6fe72c956c90f5c0
Prüfsumme SHA2561aac3984903b4734627a165a61c535caeb15ee502bb7a98c94d15f62c09d0dea
Link zum Herunterladenlibmail-rfc822-address-perl_0.3-3_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