ikamal001 has asked for the wisdom of the Perl Monks concerning the following question:

I am trying to post a url (sending sms using sms gateway) $ua->request(POST 'http://servr:8080/receiver/mt/nimic?"content=test&sender=92616&receiver=33198&operator=airtel"'); I want to make some some parameters as variables like content=test and include the post in loop for number of receivers. How it can be done?

Replies are listed 'Best First'.
Re: variables in url for http post
by ikegami (Patriarch) on Feb 15, 2011 at 04:25 UTC
Re: variables in url for http post
by Anonymous Monk on Feb 15, 2011 at 03:40 UTC