Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
Db.pm - encapsulates the data of a single recipient SYNOPSIS
$db = Sendpage::Db->new($dsn); $db->setdb($dsn, $user, $pass, $table); $db->check("$name:$type"); $db->update("$name:$type","$value"); $db->delete("$name:$type"); DESCRIPTION
This is a module for use in sendpage(1). BUGS
Need to write more docs. AUTHOR
Todd T. Fries <todd@fries.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 2004 Todd T. Fries. 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::Db(3pm)

Check Out this Related 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)
Man Page

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

HELP PLS!! Shell Scripting!!

Dear All, forgive me as i am a complete beginner in shell scripting in UNIX. I have a file with data similair to the following 8 McDonalds Sandwich 1.99 9 Mcdonalds Fries 1.20 13 McDonalds Milkshake 1.20 7 ... (9 Replies)
Discussion started by: Mary_xxx
9 Replies

2. AIX

I cannot find dsn and TNSNAMES.ora on UNIX

Where can I find dsn and TNSNAMES.ora on UNIX AIX Thanks for contribution (3 Replies)
Discussion started by: digioleg54
3 Replies