eval("results = `gunzip -cf <C:/temp/decrypt/out-3908.gz`");
will likely be an error, because the backticks get interpolated in your double quotes. So unless gunzip -cf <C:/temp/decrypt/out-3908.gz returns Perl code, that won't work.
In reply to Re^2: Executing / Retrieving Output from Command
by Corion
in thread Executing / Retrieving Output from Command
by rpike
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |