Help for this page

Select Code to Download


  1. or download this
    $fd = fileno($fh);
    open STDOUT, ">&$fd"
    
  2. or download this
    local *STDOUT = *$fh;