NOTE: This is a
DistributionDocument. Please help maintain high quality documentation: This is a wiki, please
fix the documentation if you find errors or incomplete content. Put questions and suggestions concerning the
documentation of this topic in the
comments section below. Use the
Support web for problems you are having
using TWiki.
Class Method
A ClassMethod is a method that must be called relative to the containing class object. This normally only applies to the
new method used to create new object instances. For example,
package Telecoms
ClassMethod new()
my $mobile = new Telecoms();
or
my $mobile = Telecoms->new();
Related Topics: StaticMethod,
ObjectMethod,
DeveloperDocumentationCategory
Comments & Questions about this Distribution Document Topic