in reply to Re^7: Capturing all (and I mean all) output to a file
in thread Capturing all (and I mean all) output to a file

As IO::Tee extends IO::Handle, should't I be able to call IO::Handle methods like IO::Handle::fileno on IO::Tee objects? Or does IO::Tee need to explicitly state which methods it inherits? (with apologies for any dodgy terminology)
  • Comment on Re^8: Capturing all (and I mean all) output to a file