Dear Authors, I have written two scripts/modules to send SMS messages to SprintPCS and T-Mobile mobile phones in the U.S. through their respective websites. For now I've called them Net::WebSMS::SprintPCS and Net::WebSMS::TMobile, both subclassed from Net::WebSMS.
I've looked around and found other similar projects and namespaces about, particularly Net::SMS, Net::SMS::Web, and WWW::SMS. I wanted your recommendation on where I should put my modules. WWW::SMS seems good except that the design uses Telephone::Number to determine provider which does not work in the U.S. Sincerely, Sidharth. Links: SprintPCS: http://messaging.sprintpcs.com/sml/guestCompose.do T-Mobile: http://www.t-mobile.com/messaging/ My module code: http://www.smalhotra.org/code/net-wwwsms-sprintpcs.pm http://www.smalhotra.org/code/net-wwwsms-tmobile.pm ------------------------- Sidharth Malhotra [EMAIL PROTECTED]