On Fri Feb 15 03:05:54 2013, rudiprocks@yahoo.co.in wrote:
Show quoted text> Hi Sir,
>
> After running the code, i use to get four warnings for the statements
"
Show quoted text> if($mech->response->header("Content-Encoding") eq "gzip") " that u
have
Show quoted text> used four times in the 160By2.pm. The warning message was "Use of
> uninitialized value in string eq at
> /usr/lib/perl5/site_perl/5.12.3/x86_64-linux-thread-
> multi/Net/SMS/160By2.pm line 120 "
>
> But i was getting msg delivered to the reciever's phone number even
with
Show quoted text> these warnings untill yesterday.
>
> But today i tried to run the code, it is showing the same four
warnings
Show quoted text> but the msg is not getting delivered.
>
> The wrapper i used is::
>
> #!/usr/bin/perl -I /usr/lib/perl5/site_perl/5.12.3/x86_64-linux-
thread-
Show quoted text> multi/Net/SMS/
>
> use Net::SMS::160By2;
> my $username = "mynumber";
> my $password = "mypassword";
> my $msg = "msg";
> my $to = "recievernumber";
> my $obj = Net::SMS::160By2->new($username, $password);
>
> $obj->send_sms($msg, $to);
>
>
> Please do suggest me what i problem could be. Am running this on
> opensuse linux machine with the following details::
> SUSE Linux Enterprise Server 11 (x86_64)
> VERSION = 11
> PATCHLEVEL = 2
>
>
> Thanks in Advance!!!
>
> Ramya
>
>
>
>
>
>
>
>
>
>
>
>
>
> On Fri Feb 15 01:04:02 2013, rudiprocks@yahoo.co.in wrote:
> > Hi Sir,
> >
> > I tried running your script today, it executing without any error
but
Show quoted text> i
> > dnt seem to get sms on my cell. Any idea what could be the issue??
Is
Show quoted text> it
> > working fine for you?? Sorry for troubling you Sir.
> > The Wrapper that i followed is
> >
> > #!/usr/bin/perl -I /usr/local/share/Net/SMS/
> >
> > use Net::SMS::160By2;
> > my $username = "mynumber";
> > my $password = "mypassword";
> > my $msg = "msg";
> > my $to = "recievernumber";
> > my $obj = Net::SMS::160By2->new($username, $password);
> >
> > $obj->send_sms($msg, $to);
> >
> >
> > Thanks in Advance!!!
> >
> > Ramya
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > On Mon Feb 11 05:53:11 2013, MPGUTTA wrote:
> > > Hi,
> > >
> > > Now this issue has been resolved and new version(0.02) of
> > Net::SMS::160By2
> test
> > > cases/scripts.
> > >
> > > Thanks
> > > mohan
> >
>
Hi,
It seems 160by2.com keep changing things to avoid use of automated
scripts to send message as their revenue generation is mostly depends on
advertising on their website.
I try to patch the 0.02 version with required stuff to keep sending sms
without fail.
I am attaching the tar ball of 0.03 version with and please install this
new version on your machine. I will release it to cpan later today.
thanks
mohan