http://www.perlmonks.org?node_id=767989

nagalenoj has asked for the wisdom of the Perl Monks concerning the following question:

Objects are used when we need multiple instances and it is used to bind variables and related methods.

I have written a class and I don't need multiple instances of the class to be used. Is it necessary to create object for the class?

I feel its not necessary. Because the functions can be accessed directly and the values can be accessed. Is it right? Kindly clarify me...

--
Nagalenoj H.