in reply to Adding properties to a blessed file handle reference

See IO::String and IO::Scalar which do exactly that. A file handle is a glob, and has hash, array, and scalar (and some other) slots which you can access (see perldata I think..and look for "typeglob").

Dominus has some slides that may help on that.

  • Comment on Re: Adding properties to a blessed file handle reference