in reply to SSH question - Socks Proxy
use Net::SSH qw(ssh); push( @Net::SSH::ssh_options, "-v" ); push( @Net::SSH::ssh_options, "-F" ); push( @Net::SSH::ssh_options, "./ssh_proxy.cfg" ); ssh('beng1@xxx.xxx.xxx.xxx', $command); [download]