in reply to Strawberry perl on Win 7 (64-bit)
Change
my $infile = IO::File->new("c:\\...\\test.txt |"); [download]
to
my $infile = IO::File->new("c:\\...\\test.txt"); [download]