Get alerted by sms!
Posted: Fri May 02, 2003 4:48 am
$sms = WWW::SMS->new("+36973814824", $host);
for ( $sms->gateways(sorted => 'reliability') ) {
if ( $sms->send( $_ ) ) {
last;
}
else {
print $WWW::SMS:Error;
}
}
Does anyone have experience with sms noification when someone enters his page?
if so i the compiler tells me that i have an error in this
at print $WWW::SMS:Error;
but i cant see what the erro is. if u see something wrong let me know pls..
for ( $sms->gateways(sorted => 'reliability') ) {
if ( $sms->send( $_ ) ) {
last;
}
else {
print $WWW::SMS:Error;
}
}
Does anyone have experience with sms noification when someone enters his page?
if so i the compiler tells me that i have an error in this
at print $WWW::SMS:Error;
but i cant see what the erro is. if u see something wrong let me know pls..