Help for this page

Select Code to Download


  1. or download this
    open3(*HIS_IN, *HIS_OUT, '>&STDERR', ...)
    
  2. or download this
    open(local *NULL, '>', '/dev/null') or die;
    open3(*HIS_IN, *HIS_OUT, '>&NULL', ...)