Amblikai has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks, just looking for advice on whats the best approach to take with a particular problem.
Basically i write and run all my perl on a local machine where i can install cpan modules etc. I could in theory install them on the remote account but its not an approach i want to take, i'll spare you the boring details
So at the moment i have a perl program which generates a shell script. I then sftp this script to the remote machine (an lsf) and i execute it there.
I'd like to make this a single step. Is there an good way of doing this or should i just keep the original steps and put them in a script on the local machine
|
|---|