Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Net::smpp enquire_link_resp

by JEDU (Novice)
on Dec 12, 2006 at 08:45 UTC ( [id://589233]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while (1) {
        warn "Waiting for PDU";
    ...
        sleep 1;
        }
    }
    
  2. or download this
    0x00000015 => { cmd => 'enquire_link',
                reply => sub { my ($me, $pdu) = @_;
                       $me->enquire_link_resp(seq => $pdu->{seq}) }, },
    
  3. or download this
    Received #2 21:enquire_link
    $VAR1 = bless( {
                     'known_pdu' => 1,
    ...
                     'seq' => 2
                   }, 'Net::SMPP::PDU' );
    Can't call method "enquire_link_resp" on an undefined value at .....es
    +me-re.pl line 89.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://589233]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (6)
As of 2024-03-28 11:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found