Help for this page

Select Code to Download


  1. or download this
    defined( $sz = fpathconf($wd, _PC_PIPE_BUF) )
       or die "fpathconf(pipe): $!\n";
    
  2. or download this
    defined( $sz = fpathconf(fileno($wd), _PC_PIPE_BUF) )
       or die "fpathconf(pipe): $!\n";