Hi....
I have a script running on one machine (script1) and another script is resident on a remote machine (script2).
The first script (script1) needs to accept some values from the user and pass it on to the second script (script2) which will process based on the data. The second script, after its done, will populate some data in a text file on the same machine where it resides.
I would like to know, how to implement the functionality in perl...
would appreciate any help...thanks!.