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 2006-11-16 06:42:58-08 by edugt1
transceiver smpp
when I try to use a transciever conexion next error appear, Can't locate object method "new_transciever" via package "Net::SMPP" at C:\smpp\trans_1.pl line 23. Individuali a rx and tx work with no problem. Please some one helpme. Regards.
Direct Responses: 7299 | 10556 | Write a response
Posted on 2008-03-09 11:54:17-07 by liphtier in response to 3554
Re: transceiver smpp
There's a typo in the manual "new_transciever" should be "new_transceiver"
Direct Responses: Write a response
Posted on 2009-04-27 06:25:43-07 by lema in response to 3554
Re: transceiver smpp
hi, there is an incorrect example from the page
"Sampo Kellomaki > Net-SMPP-1.11 > Net::SMPP "
simply look at /usr/lib/perl5/site_perl/5.8.8/Net/SMPP.pm and one can see correct name:
new_transceiver
(NOT transciever)
Direct Responses: Write a response