in reply to fileno unexpectly returns undef

When I call socketpair() as you did, each of the two undef'd variables I passed in get set to contain ref to a glob. Turning such into a string (as you do) just gives me something like "GLOB(0x8080814)", which is pretty useless to open3.

- tye        

  • Comment on Re: fileno unexpectly returns undef (stringify)