TrevorBond
IS-IT--Management
I need to call a script partner.po, which is on another server. This script returns some plain text which I need to parse. It is normally called from a form using POST but if I do this I cannot trap the text response.
Therefore I am trying to write a script (maybe in perl) to call this partner.po (passing some parameters). I will then look at the text it returns and parse it.
Can anyone please tell me how to call this partner.po script from within a perl script and how to specify that any output returned from this script should be put in a variable.
I initially though something like.
$response=somecommand('https:/webaddress/scripts/partner.po?params');
Any help would be very much appreciated because I am now very tired and want to go to bed.
Therefore I am trying to write a script (maybe in perl) to call this partner.po (passing some parameters). I will then look at the text it returns and parse it.
Can anyone please tell me how to call this partner.po script from within a perl script and how to specify that any output returned from this script should be put in a variable.
I initially though something like.
$response=somecommand('https:/webaddress/scripts/partner.po?params');
Any help would be very much appreciated because I am now very tired and want to go to bed.