System wiki web
- Toolbox
-
Users
-
Groups?
-
Index
-
Search
-
Changes
-
Notifications
-
RSS Feed
-
Statistics
-
Preferences
- User Reference
- BeginnersStartHere
- TextFormattingRules
- Macros
- FormattedSearch
- QuerySearch
- DocumentGraphics
- SkinBrowser
- InstalledPlugins
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()
my $colour = Telecoms::defaultColour()Related Topics: ClassMethod, ObjectMethod
