|
|
|
You are here: TWiki » CategoryCategory » DeveloperDocumentationCategory » ObjectMethod » ClassMethod » StaticMethod
A StaticMethod is a method in a package that can be called without reference to an object of the package type. For example,
package TelecomsStaticMethod defaultColour()my $colour = Telecoms::defaultColour()Related Topics: ClassMethod, ObjectMethod DBCachePlugin: StaticMethod not found
|