$fd = fileno($fh); open STDOUT, ">&$fd" #### local *STDOUT = *$fh;