MOON
Server: Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4
System: Linux vps.panamaemb.org.sg 3.10.0-1160.80.1.vz7.191.4 #1 SMP Thu Dec 15 20:31:06 MSK 2022 x86_64
User: panama (500)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: //proc/2/cwd/installd/perl588installer/perl-5.8.8/lib/Switch/README
==============================================================================
                      Release of version 2.10 of Switch
==============================================================================


NAME
    Switch - A switch statement for Perl

DESCRIPTION

    Switch.pm provides the syntax and semantics for an explicit case
    mechanism for Perl. The syntax is minimal, introducing only the
    keywords C<switch> and C<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.

AUTHOR
    Damian Conway (damian@conway.org)
    Maintained by Rafael Garcia-Suarez (rgarciasuarez@free.fr)

COPYRIGHT
    Copyright (c) 1997-2003, Damian Conway. All Rights Reserved.
    This module is free software. It may be used, redistributed
        and/or modified under the same terms as Perl itself.


==============================================================================

CHANGES IN VERSION 2.10


	- Introduce the "default" keyword for the Perl 6 syntax
	- Raise the limitation on source file length to 1 million characters


==============================================================================

AVAILABILITY

Switch has been uploaded to the CPAN
and is also available from:

	http://www.csse.monash.edu.au/~damian/CPAN/Switch.tar.gz

==============================================================================