in reply to Re: Tie-dy up our namespaces
in thread Tie-dy up our namespaces
Just remember that IO::Scalar->new returns a blessed glob reference, so it can be used just like an IO::Handle object or one of the other IO::* module objects. In fact, I don't think there's any reason to use the tied interface to IO::Scalar anymore... :-)
Though I have heard somewhere that putting a tied interface in the same module as an object interface can cause some problems, can anyone confirm or deny this??
|
|---|