in reply to
redirect grep output
Any ideas?
Yes.
use strict;
use warnings;
or -w on Perl < 5.6
check the sucess of
system
calls.
use strict;
use whitespace in your system calls.
use <code> tags when posting code here
use strict;
Comment on
Re: redirect grep output
In Section
Seekers of Perl Wisdom