logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Recipient.pm - encapsulates the data of a single recipient

Author

       Kees Cook <kees@outflux.net>

Bugs

       Need to write more docs.

Description

       This is a module for use in sendpage(1).

Name

       Recipient.pm - encapsulates the data of a single recipient

See Also

perl(1), sendpage(1), Sendpage::KeesConf(3), Sendpage::KeesLog(3), Sendpage::Modem(3),
       Sendpage::PagingCentral(3), Sendpage::PageQueue(3), Sendpage::Page(3), Sendpage::Queue(3)

Synopsis

           $recip=Sendpage::Recipient->new($config,$db,$name,$data);
           $alias=$recip->alias();
           @dests=@{ $recip->dests() };
           @data=@{ $recip->data() };
           $value=$recip->datum("field");
           $pin=$recip->pin();
           $pc=$recip->pc();
           $name=$recip->name();

See Also