#/usr/bin/perl -w use WWW::SMS; my $sms = WWW::SMS->new("36973814824", "This is a test!"); for ( $sms->gateways(sorted => 'reliability') ) #for every compati +ble gateway { if ( $sms->send( $_ ) ) { #try to send sms last; #until it succeds } else { print $WWW::SMS::Error; #here is the erro +r } }
when i try to run it i get
No matching international prefix found at C:/Perl/site/lib/WWW/SMS.pm line 36
Failed at step 1 of module GoldenTelecom.pm
does anyona have a workign module to help me sent sms??
20030804 Edit by Corion: Added formatting
In reply to notify by sms! by Nik
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |