> I want to find code write in perl to send SMS The simplest and the usual way, IMHO, is to find the provider's portal for sending SMS messages and to send the HTTP request from the script the same way ( i.e with the same parameters ) as HTML form does. The tricky part may be logging in to this portal using cookies. Fortunately, my provider doesn't require this and sending SMS becomes a matter of 3 lines of code ;)
- SMS by Perl prasoeu
- Evgeny Goldin (aka Genie)