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

Thanks to BioLion for the input. But I have looked at those (and many other) posts. There are many such examples out on the net but they are all different in the details. Leaving a poor rookie somewhat bemused. In fact, that is why I wanted to try IO::File it looked a bit more like a certain J-language that I know a little better. Regards, Mal
  • Comment on Re^2: How do you redirect STDIN using IO::File ?

Replies are listed 'Best First'.
Re^3: How do you redirect STDIN using IO::File ?
by malJam (Initiate) on Aug 27, 2009 at 13:57 UTC
    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 ());