rogerdsw6 has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to write a code in perl to send the following http instruction to a satellite receiver (i checked the expression in my browser and it works well) but I don't master perl well enough to send this instruction.
http://10.0.1.2:8080/frql?cmd=set_alarm&sat_idx=89&svc_type=0&svc_idx=4&alarm_id=4&alarm_type=1&alarm_mode=1&alarm_days=0&stime=%222016-2-9T22:25%22&etime=%222016-2-10T1:0%22&evt_id=61
The following expressions within the url string are variables and I will need to make them equal specific values that will be entered as argument when the perl code is launched
sat_idx
svc_idx
stime
etime
Can anyone help?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: sending http request
by haukex (Archbishop) on Sep 25, 2016 at 17:16 UTC | |
|
Re: sending http request
by Your Mother (Archbishop) on Sep 25, 2016 at 17:41 UTC | |
|
Re: sending http request
by ww (Archbishop) on Sep 25, 2016 at 17:24 UTC |