in reply to Execute Perl script on Remote server without any CPAN module

Like others, I'm confused as to what you're trying to do. If you have a script which uses modules that can not be installed on a remote system (which is perhaps an issue you could address separately), consider packing the script and the required modules see PAR, PAR::Packer and PAR::Tutorial. If this is not what you are trying to do please try and explain what the problem is in a way others can understand. How do I post a question effectively?.

  • Comment on Re: Execute Perl script on Remote server without any CPAN module