Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
PagingCental.pm - implements the TAP protocol over the Modem module SYNOPSIS
$pc=Sendpage::PagingCentral->new($config,$name); $rc=$pc->start_proto(); $rc=$pc->send($pin,$text); ... $pc->disconnect(); $rc=$pc->deliver($page); $pc->SendMail($to,$from,$cc,$errorsto,$subject,$body); 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::PageQueue(3), Sendpage::Page(3), Sendpage::Recipient(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::PagingCentral(3pm)

Check Out this Related Man Page

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

NAME
Sendpage::KeesLog - implements a logging subsystem SYNOPSIS
$log=Sendpage::KeesLog->new(); $log->on(); $log->do('crit',"Something bad happened"); $log->reconfig($config); $log->do('debug',"I'm doing things"); $log->off(); $log->do('info',"Look at me, I'm writing to stderr now"); DESCRIPTION
This module is used in sendpage(1). BUGS
I need to write more docs for it. AUTHOR
Kees Cook <kees@outflux.net> SEE ALSO
perl(1), sendpage(1), Sendpage::KeesConf(3), Sendpage::Modem(3), Sendpage::PagingCentral(3), Sendpage::PageQueue(3), Sendpage::Page(3), Sendpage::Recipient(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::KeesLog(3pm)
Man Page

6 More Discussions You Might Find Interesting

1. Programming

A Modem Dailer

I am trying to write a Modem Dialer Software on SCO unix platform. I have successfully opened /dev/tty1A port and made following port setings Input Mode = 0 ( None ) OutPut Mode = 0 ( None ) Hardware Control Mode = 8 Bits , Enable Receiver , Drop DTR when application terminates ,... (4 Replies)
Discussion started by: S.P.Prasad
4 Replies

2. Shell Programming and Scripting

SendMail scripts

Dear all, did anyone know the simplest "SendMail" script in Perl? I've tried to find the simplest and easiest scripts, and all makes me headache. My purpose for put in SendMail is to send a message thru' email address. Anyone can help? Thanks (0 Replies)
Discussion started by: unknown2205
0 Replies

3. AIX

p550 connected to a HMC

Morning, I've installed a new p550 into a rack and connected it up to the HMC but the HMC cannot find it, I don't understand why it's not? Has anyone else had this problem before? Thanks Kees (4 Replies)
Discussion started by: KeesH
4 Replies

4. 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

5. Shell Programming and Scripting

SendMail Function Failure

Hi All, Background: We use SendMail function (given below) to send emails to users. The email address are obtained as ouptut of a stored procedure in sybase. We have defined a SendMail function as below in a .pm file and it is used in a .pl script. Code Snippet: sub SendMail { ... (1 Reply)
Discussion started by: vigdmab
1 Replies

6. Red Hat

Install 3G Modem on Redhat Linux

Hi Guys , I am new to Linux enviornment , I have purchased Huawei 355 Modem as they specify it works with linux enviornment but Not sure how to install it , when ever I try to install I am getting error , below is the error message Error Message : Install NDIS driver failed. The... (4 Replies)
Discussion started by: DarkLegends
4 Replies