Within my main perl program (which is on my local machine)I am calling another perl program that runs on a remote machine that I have made an SSH connection to. Is there anyway to use the variables from the remote program in the original program on my local machine? Or perhaps capture the STDOUT since I'm getting all print commands returned to my local machine. Any help would be appreciated. Thanks for your time.