Steve_BZ has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks,
I'm looking for a cpan module which reads through some sort of file (eg a shell file) and executes system commands, and then checks for errors. It seems like this was what perl was built for:
Eg I might have a text file called update.sh, that looks like this:
apt-get -y install ffmpeg cpan -i FFmpeg::Command cp a.png b.png svn co ...... tar ............ etc etc etc
You get the idea. What I would like is a perl module that can read through such a file and execute the system maintenance commands on a remote PC.
These are my limitations:
What do you think?
I am looking at Net::SSH::Perl and Sys::Manage::Desktops, but I'm not sure yet whether they meet my needs. How do you do this on your setups?
Thanks and regards
Steve
* = Update
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: cpan module to do stuff remotely
by tospo (Hermit) on Jun 06, 2012 at 06:33 UTC | |
|
Re: cpan module to do stuff remotely
by dasgar (Priest) on Jun 05, 2012 at 21:36 UTC | |
by Steve_BZ (Chaplain) on Jun 06, 2012 at 01:13 UTC | |
by hippo (Archbishop) on Jun 07, 2012 at 13:58 UTC | |
|
Re: cpan module to do stuff remotely
by thomas895 (Deacon) on Jun 05, 2012 at 21:23 UTC | |
by Steve_BZ (Chaplain) on Jun 05, 2012 at 21:48 UTC | |
by thomas895 (Deacon) on Jun 05, 2012 at 23:52 UTC | |
by Steve_BZ (Chaplain) on Jun 06, 2012 at 01:05 UTC | |
by thomas895 (Deacon) on Jun 06, 2012 at 06:57 UTC | |
|