Search results for "module:Class::Multimethods"

Class::Multimethods - Support multimethods and function overloading in Perl River stage one • 2 direct dependents • 6 total dependents

The Class:Multimethod module exports a subroutine (&multimethod) that can be used to declare other subroutines that are dispatched using a algorithm different from the normal Perl subroutine or method dispatch mechanism. Normal Perl subroutines are d...

DCONWAY/Class-Multimethods-1.701 - 25 Nov 2016 00:05:28 UTC

Class::Multimethods::Pure - Method-ordered multimethod dispatch River stage one • 2 direct dependents • 2 total dependents

Introduciton to Multimethods When you see the perl expression: $animal->speak; You're asking for "speak" to be performed on $animal, based on $animal's current type. For instance, if $animal were a Tiger, it would say "Roar", whereas if $animal were ...

LPALMER/Class-Multimethods-Pure-0.13 - 04 Feb 2007 07:14:39 UTC
2 results (0.034 seconds)