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