in reply to Global Super Class (equivalent of java.lang.Object)

Don't put anything into the UNIVERSAL class as you may break a bunch of code already installed on your system. Instead, create your own "global super class" and have all of your base classes explicitly inherit from that. You'll get the benefit you want and not break anything else.

Cheers,
Ovid

New address of my CGI Course.

  • Comment on Re: Global Super Class (equivalent of java.lang.Object)