in reply to Which Perl 5 Object System to Use?

I like the advantages of strictness and I dislike global variables all living in the same package for normal code. I don't think OO code should be any different, so I prefer to use Inside Out Objects.

Abigail