Re: What is happening with this filehandle?

2008-01-08 Thread garhone
On Jan 7, 5:07 pm, [EMAIL PROTECTED] (Garhone) wrote: > Hi, > > I'm looking at someone else's code. It goes like this: > > my $condfile="myfile.txt"; > open(COND, "|compile.pr > $condfile") or die "Can't fork: $!"; > > What is

What is happening with this filehandle?

2008-01-07 Thread garhone
Hi, I'm looking at someone else's code. It goes like this: my $condfile="myfile.txt"; open(COND, "|compile.pr > $condfile") or die "Can't fork: $!"; What is happening with this filehandle, particularly, what does the "|" (pipe) facilitate in this case? Thanks in advance, C -- To unsubscribe,