in reply to
Re: How to send text msg with perl??
in thread
How to send text msg with perl??
There is a smscmd1 sample can be called by using PERL system system("./smscmd1", "$ARGV[0]","$ARGV
1
","$account","$pwd") Refer http://www.sms4mail.com/smsmail/smscmd.htm for detail
Comment on
Re^2: How to send text msg with perl??
In Section
Seekers of Perl Wisdom