in reply to Re^3: Using IO::File to redirect STDOUT
in thread Using IO::File to redirect STDOUT

Although of course in the case of seek/tell/sysseek it is because IO::Handle is _also_ not an IO::Seekable object.

@IO::File::ISA = qw{ IO::Handle IO::Seekable };
  • Comment on Re^4: Using IO::File to redirect STDOUT