
December 6th, 2012, 05:48 AM
|
|
Registered User
|
|
Join Date: Dec 2012
Posts: 5
Time spent in forums: 58 m 25 sec
Reputation Power: 0
|
|
Look up IO::Socket on CPAN
Basically, 1 script on the listening machine needs to create a socket and wait for input and respond.
The other script runs on the client machine, creates an outbound socket and connects to the servers socket to communicate.
Quote: | Originally Posted by Joyeux Hi,
I have to remotely connect to linux machine from windows machine..my script is in linux machine..i have to run that script using perl command..and display the result in windows machine...which module will help for this..
Thanks and Regards
Joyeux |
|