in reply to Executing / Retrieving Output from Command
and this to seeresults = `gunzip -cf <C:/temp/decrypt/out-3908.gz`; print $results;
eval("results = `gunzip -cf <C:/temp/decrypt/out-3908.gz`"); print $results . " | " . $!;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Executing / Retrieving Output from Command
by Corion (Patriarch) on Mar 15, 2010 at 19:59 UTC | |
|
Re^2: Executing / Retrieving Output from Command
by BrowserUk (Patriarch) on Mar 15, 2010 at 20:22 UTC |