http://www.perlmonks.org?node_id=1017114


in reply to issue in perl script that sends sms using a third party website

Have a look at WWW::Mechanize->forms, which will list all the available forms. From that, you can find the form with the fields you want to use. Maybe it is already enough to find the form that contains a field with the name textArea.

It seems that way2sms also offers a better API where you can upload XML via FTP or HTTP instead of automating their website. Maybe you want to use that instead?

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.