The easiest way is to set up ssh port forwarding and run something like
ssh -L 3456:localhost:5678 that.other.machine
Then, your local port machineA:3456 will be connected to the (localhost) port 5678 on machineB, and you can just use LWP::Simple to fetch http://localhost_3456 and get data from http://localhost:5678 on machineB.
In reply to Re: Get into the server and execute perl command
by Corion
in thread Get into the server and execute perl command
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |