Subject: | Error POSTing http://wwwl.way2sms.com/auth.cl: Not Found |
Due to the new change in Way2sms site this module is erroring out as
follows:
Error POSTing http://wwwl.way2sms.com/auth.cl: Not Found at
/usr/lib/perl5/site_perl/5.8.8/Net/SMS/WAY2SMS.pm line 103
Change your code as follows at line 103 to work fine:
$dest =~ s/<form name="loginForm"/<form action='..\/Login1.action'
name="loginForm"/ig;