Help for this page

Select Code to Download


  1. or download this
    if ($nread == 0) {
       ...
    ...
       blah
       $exp->hard_close();
    }
    
  2. or download this
        close(STDIN);
        open(STDIN,"<&". $slv->fileno())
    ...
        close(STDERR);
        open(STDERR,">&". $slv->fileno())
          or die "Couldn't reopen STDERR for writing, $!\n";