File: README

package info (click to toggle)
libswitch-perl 2.17-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 172 kB
  • sloc: perl: 443; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,111 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
==============================================================================
                      Release of version 2.17 of Switch
==============================================================================


NAME
    Switch - A switch statement for Perl, do not use if you can use given/when

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 Alexandr Ciornii (alexchorny@gmail.com)
    Previously was maintained by Rafael Garcia-Suarez and perl5 porters.

COPYRIGHT
    Copyright (c) 1997-2008, 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.