Hi
I've been using Perl for a while but have just recently decided to try and
use the object oriented facilities that the language provides.
Been doing OK until I tried to add my own methods to UNIVERSAL. As I
understand it, when you call a method in a class Perl will go looking
through the superclasses listed in @ISA that might hold the method. When
that's exhausted then it will look in UNIVERSAL which is where all classes
are rooted.
To add your own methods to UNIVERSAL do you actually create a UNIVERSAL.pm
file/module/class containing the methods you need and if so where do you
store it??
Thanks
Sparky