2001-04-28 17:08:08 +02:00
|
|
|
Switch.pm provides the syntax and semantics for an explicit case
|
|
|
|
mechanism for Perl. The syntax is minimal, introducing only the
|
|
|
|
keywords switch and case and conforming to the general pattern of
|
|
|
|
existing Perl control structures. The semantics are particularly
|
|
|
|
rich, allowing any one (or more) of nearly 30 forms of matching to
|
|
|
|
be used when comparing a switch value with its various cases.
|
|
|
|
|
2005-09-21 21:31:43 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Switch/
|
2001-09-03 15:54:01 +02:00
|
|
|
|
2001-04-28 17:08:08 +02:00
|
|
|
-Anton
|
2001-06-12 21:25:41 +02:00
|
|
|
<tobez@FreeBSD.org>
|