Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: Send a String to another URL

by thewebsi (Scribe)
on May 12, 2011 at 13:57 UTC ( [id://904411]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Send a String to another URL
in thread Send a String to another URL

See http://search.cpan.org/perldoc?LWP::Simple; you would use something like:

use LWP::Simple; my $url = "http://SERVERIP/httppush/http.aspx?text=TEXTMESSAGE&source= +SOURCENUMBER&desti nation=DESTINATIONNUMBER&username=USERNAME&passwor +d=PASSWORD&datacoding=1"; get ( $url );

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://904411]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-24 03:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found