1753259 Members
4915 Online
108792 Solutions
New Discussion юеВ

Re: Call URL from Perl

 
SOLVED
Go to solution
Kalin Evtimov
Regular Advisor

Call URL from Perl

Hi!
I want to imlement a SMS-Sender on our server. It generates a http-Address, something like (http://api.clickatell.com/http/sendmsg?user=aaa, etc.)

After I have the URL, I would like to run it automatically over the same scrpt (no browser and stiuff). Is that possible?

Thanks
3 REPLIES 3
rariasn
Honored Contributor
Solution

Re: Call URL from Perl

Hi Kalin,

Install "Wget utility".

DESCRIPTION
GNU Wget is a free utility for non-interactive download of files from the Web. It supports HTTP, HTTPS, and FTP protocols, as well as retrieval through HTTP proxies.

GNU Wget 1.8, a non-interactive network retriever.
Usage: wget [OPTION]... [URL]...

rgs,

ran
Kalin Evtimov
Regular Advisor

Re: Call URL from Perl

Hm, but I don't want to retrieve from internet, but the opposite, I think...ar may be wrong, gotto try...10x!
Craig Smith_13
Frequent Advisor

Re: Call URL from Perl