in reply to Re: Re: Pipe Questionin thread Pipe Question
But on my system this works:
open (P, "./from.pl |");
and this does not work:
open (P, "from.pl |");
From the shell I must always specify a script's path, unless the path is defined in PATH.