none
[openafs-wiki.git] / TWiki / StaticMethod.mdwn
1 A [[StaticMethod]] is a method in a package that can be called without reference to an object of the package type. For example,
2
3 # <a name="package Telecoms"></a> package Telecoms
4
5 ## <a name="StaticMethod defaultColour()"></a> [[StaticMethod]] defaultColour()
6
7     my $colour = Telecoms::defaultColour()
8
9 **_Related Topics:_** [[ClassMethod]], [[ObjectMethod]], [[DeveloperDocumentationCategory]]