Sub::PatternMatching
====================
Sub::PatternMatching implements "Pattern Matching," a programming idiom
often found in functional languages like Haskell or OCaml. Pattern
Matching refers to functions that do different things for different
arguments. It is often referred to as polymorphism as well.
The syntax is currently a bit convoluted taking away much from the
benefit of readability by replacing nested if-else constructs with
pattern matching. This is supposed to be fixed in a later release, but
maintaining backward-compatibility.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
Params::Validate
SEE ALSO
Current versions of this module may be found on
http://steffen-mueller.net or
CPAN.
Please send your suggestions, inquiries, and feedback to pattern-module
at steffen-mueller dot net. Bug reports should use RT or be mailed to
[email protected]
COPYRIGHT AND LICENCE
Copyright (C) 2004-2006 Steffen Mueller
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.