Hi gurus -
I have set up a script to send me SMS Alerts on completion of variouys tasks - it all works fine except when I include variable - eg '$recs were imported'
Here is a code snippet -
my $sms = Net::SMS::O2->new(
autotruncate => 1,
username => 'myname',
password => 'mypass',
recipient => 'mynumber',
subject => 'Nightly Import OK - ',
message => '$recs sent',
);
I have checked the module info on CPAN - but no joy ....
Any help would be excellent
cheers
Rab
I have set up a script to send me SMS Alerts on completion of variouys tasks - it all works fine except when I include variable - eg '$recs were imported'
Here is a code snippet -
my $sms = Net::SMS::O2->new(
autotruncate => 1,
username => 'myname',
password => 'mypass',
recipient => 'mynumber',
subject => 'Nightly Import OK - ',
message => '$recs sent',
);
I have checked the module info on CPAN - but no joy ....
Any help would be excellent
cheers
Rab