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.
Use the Sandbox web to evaluate & test TWiki.
Static Method
A StaticMethod is a method in a package that can be called without reference to an object of the package type. For example,
package Telecoms
StaticMethod defaultColor()
my $color = Telecoms::defaultColor()
Related Topics: ClassMethod,
ObjectMethod,
DeveloperDocumentationCategory
Comments & Questions about this Distribution Document Topic