Mail::SRS::Reversible.3pm

Langue: en

Version: 2004-06-23 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Mail::SRS::Reversible - A fully reversible Sender Rewriting Scheme

SYNOPSIS

         use Mail::SRS::Reversible;
         my $srs = new Mail::SRS::Reversible(...);
 
 

DESCRIPTION

See Mail::SRS for details of the standard SRS subclass interface. This module provides the methods compile() and parse(). It operates without store.

SEE ALSO

Mail::SRS