Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sendpage::recipient(3pm) [debian man page]

Sendpage::Recipient(3pm)				User Contributed Perl Documentation				  Sendpage::Recipient(3pm)

NAME
Recipient.pm - encapsulates the data of a single recipient 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(); DESCRIPTION
This is a module for use in sendpage(1). BUGS
Need to write more docs. AUTHOR
Kees Cook <kees@outflux.net> 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) COPYRIGHT
Copyright 2000 Kees Cook. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.0 2008-01-03 Sendpage::Recipient(3pm)

Check Out this Related Man Page

Sendpage::Modem(3pm)					User Contributed Perl Documentation				      Sendpage::Modem(3pm)

NAME
Sendpage::Modem.pm - extends the Device::SerialPort package SYNOPSIS
$modem=Sendpage::Modem->new($params); $modem->init($baud,$parity,$data,$stop,$flow,$str); $modem->ready($functionname); $modem->dial($areacode,$phonenumber,$timeout); $modem->chat($send,$resend,$expect,$timeout,$retries,$dealbreaker, $carrier); $modem->hangup(); $str=Sendpage::Modem->HexStr("tab: cr: "); DESCRIPTION
This is a module for use in sendpage(1). BUGS
This needs more docs. AUTHOR
Kees Cook <kees@outflux.net> SEE ALSO
perl(1), sendpage(1), Sendpage::KeesConf(3), Sendpage::KeesLog(3), Sendpage::PagingCentral(3), Sendpage::PageQueue(3), Sendpage::Page(3), Sendpage::Recipient(3), Sendpage::Queue(3) COPYRIGHT
Copyright 2000-2003 Kees Cook. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.0 2008-01-03 Sendpage::Modem(3pm)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

p570 Capabilities

Hi there. I've been tasked with making a new design for our Unix systems :eek: Now the question I have is; How many LPARs can a p570 hold WITHOUT using a VIO Server. Many Thanks Kees (1 Reply)
Discussion started by: KeesH
1 Replies

2. Shell Programming and Scripting

Mailx Recipient and Name Script

Hi To All, I have a file with email addresses, most of which have names associated with them, it looks like this: http://img230.imageshack.us/img230/8255/94731317.th.jpg I am trying to come up with a script to use mailx (or anything else really) to send an email to... (4 Replies)
Discussion started by: slicker
4 Replies