in reply to Re^5: run a perl script on a unix machine from a win machine
in thread run a perl script on a unix machine from a win machine

Exactly! I totally agree. Having a UNIX machine interpret a Perl script from your PC is not the best of software development practices. You can add a section in the script to FTP it to your local system or even email it to you if the command line email client is enabled on the servers.
  • Comment on Re^6: run a perl script on a unix machine from a win machine