Help for this page

Select Code to Download


  1. or download this
    open(NUL,">nul") or die "nul: $!";
    open3( ...., \*NUL, ... )
    
  2. or download this
        open3( "<nul", ">out.txt", ">err.txt", ... )