in reply to Re^2: How do you redirect STDIN using IO::File ?
in thread How do you redirect STDIN using IO::File ?

Thanks again, but I found it. Prayer works. Praise the Lord Jesus Christ. The first line of the "Changed 2" section can be the three-parm version of open with a fileno call to the IO::File object.
open(STDIN, "<&", $savein->fileno ());