dushyant has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks,
I want to write one perl script “a.pl” which will run on Local Machine “A”. This script “a.pl” will execute some unix command and check timestamp of log files on Remote Machine “B”. I also want to run “for” loop and text filtering/formatting on log files of Remote Server. I want to import all the output of remote unix commands and outcome of text processing of remote log files into my local perl script “a.pl”, So that I can generate a report and email it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to execute Perl code on remote machine from a local Perl script and process the output/variables in your local Perl script
by Corion (Patriarch) on Sep 15, 2013 at 07:00 UTC | |
|
Re: How to execute Perl code on remote machine from a local Perl script and process the output/variables in your local Perl script
by marinersk (Priest) on Sep 15, 2013 at 08:24 UTC | |
|
Re: How to execute Perl code on remote machine from a local Perl script and process the output/variables in your local Perl script
by shantanu_bhadoria (Novice) on Sep 16, 2013 at 09:50 UTC |