perl OOP
am 03.04.2007 11:34:32 von aHi
I dont understand when we declare a new in a package. It is always use
new($class, %args).
For method, ususally method($self, %args) to pass input parameter. So, we
dont use the $class and $self anyway, what is the purpose putting there?
I have read the tutorials already but still not understand.
Thanks