I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2011-03-25 05:12:09.524717-07 by ilkera
NET-SMPP1.11 : Can't call method "bind_transmitter" on an undefined
Morning I need your help about Net-SMPP-1.11. In README, I have intructions about testing. But when I make this:
./smsc.pl
while ./esme.pl; do echo -n '.'; done
I have error :
[ak@computer SMPP]$ ./smsc.pl
6908: Entering accept loop at ./smsc.pl line 191.
.................................................
[ak@computer SMPP]$ while ./esme.pl; do echo -n '.'; done
Can't call method "bind_transmitter" on an undefined value at /usr/lib/perl5/site_perl/5.8.8/Net/SMPP.pm line 2194.
What can i do??? to resolve this problems. Thank
Direct Responses: Write a response