open (READ,"command |"); # this opens a pipe from 'command' open (WRITE,"| command"); # this opens a pipe to 'command'