in reply to redirecting output from a system command to a text file
open my $input "./TVT.exe Tes...._235516.pdf|"; open my $output "test.txt" foreach (<$output>) { print $output,$_; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: redirecting output from a system command to a text file
by mark4444az (Sexton) on Apr 19, 2011 at 18:46 UTC | |
by cdarke (Prior) on Apr 19, 2011 at 20:09 UTC |