%META:TOPICINFO{author="ProjectContributor" date="1394718136" format="1.1" version="1"}%
%META:TOPICPARENT{name="ClassMethod"}%
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 defaultColour()

<verbatim>

my $colour = Telecoms::defaultColour()

</verbatim>

*Related Topics:* ClassMethod, ObjectMethod
