in reply to What are all the possible ways to deploy Perl code on multiple servers?
scp yourscript.pl user@server:/tmp && \ ssh -t user@server \ 'perl /tmp/yourscript.pl && rm /tmp/yourscript.pl'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: What are all the possible ways to deploy Perl code on multiple servers?
by thirdm (Sexton) on Jul 19, 2011 at 21:14 UTC |