On Jan 7, 2008 2:07 PM, garhone <[EMAIL PROTECTED]> wrote: > 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?
It's a pipe-open: http://perldoc.perl.org/perlopentut.html#Pipe-Opens Hope this helps! --Tom Phoenix Stonehenge Perl Training -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/