in reply to Re: Call perl script from within another perl script
in thread Call perl script from within another perl script
do { local @ARGV; @ARGV = ("$OldTime","$NewTime","$WLSP/CDSServer11.log"); eval { system("ssh -o stricthostkeychecking=no $WLS './script_to_c +all.pl'"); }; };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Call perl script from within another perl script
by dHarry (Abbot) on Sep 25, 2012 at 11:33 UTC | |
by charithd (Acolyte) on Sep 26, 2012 at 03:59 UTC |