Hi experts,
I want to do one thing with Perl.
I have two windows machines, one has perl installed, say machine A and other dont have perl, say Machine B. I want to go into the machine B first, and after it, i want to execute a command that will fetch the output of URL which is running on that server. The url is still something http://localhost:5678. That url is not reachable to Machine A
How can i achieve this ?