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.
An
ObjectMethod is a method that must be called relative to a previous constructed object of the class type. For example:
package Telecoms
must be called something like this
my $mobile = new Telecoms();
$mobile->phone( "home" );
or you can pass the object in as a parameter if you need to:
Telecoms::phone( $mobile, "home" );
Related Topics: ClassMethod,
StaticMethod,
DeveloperDocumentationCategory
Topic revision: r2 - 2006-04-11 - 05:29:16 -
PeterThoeny