in reply to
Power of single objects
The two ways to make manifest your intent to use singleton objects in Perl are:
The module
Class::Singleton
by the ubiquitous Andy Wardley
Making use of class methods and state instead of instantiating an object at all.
Comment on
RE: Power of single objects
In Section
Meditations