in reply to Python from Perl, Perl/Win from Perl/*nix

Since you need to remotely run an as-yet undetermined program on a Windows box, I'd recommend that you install cygwin on the windows box and set it up to accept ssh connections. Then you can use Net::SSH2 to do whatever you would like. True, it's sort of a sledgehammer to kill a fly, but it will allow you to be more flexible until your requirements are set.

Don't use the cygwin perl though ... just don't


The intelligent reader will judge for himself. Without examining the facts fully and fairly, there is no way of knowing whether vox populi is really vox dei, or merely vox asinorum. — Cyrus H. Gordon
  • Comment on Re: Python from Perl, Perl/Win from Perl/*nix