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, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/