[EMAIL PROTECTED] wrote:
Hi all,

Whats the difference between class methods and instance methods on perl ?


Simply put from perltoot:


"More often than not, the class provides the user with little bundles. These bundles are objects. They know whose class they belong to, and
how to behave. Users ask the class to do something, like "give me an
object." Or they can ask one of these objects to do something. Asking
a class to do something for you is calling a class method. Asking an
object to do something for you is calling an object method."


Have a look at

perldoc perlboot
perldoc perltoot
perldoc perltooc
perldoc perlbot

For further enlightenment...

http://danconia.org


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to