Help for this page

Select Code to Download


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