in reply to Re: redirecting output from a system command to a text file
in thread redirecting output from a system command to a text file

Hmm, the problem with that is i need to use the $a variable like this: open my $input "./TVT.exe $a|"; "string found where operator expected" there. I am runniing this on an xp machine using a cygwin console.

Replies are listed 'Best First'.
Re^3: redirecting output from a system command to a text file
by cdarke (Prior) on Apr 19, 2011 at 20:09 UTC
    Missing comma,
    open my $input,"TVT.exe Tes...._235516.pdf|" or die "$!";
    there might be an issue with ./