open(my $pipe, "$command |") # 2-arg form open(my $pipe, '-|', $command) # 3-arg form #### $pid=open(PARENT_READ_HANDLE, "-|");