Switch statement for Perl

Edit Package perl-Switch
http://search.cpan.org/dist/Switch/

The Switch.pm module implements a generalized case mechanism that covers
most (but not all) of the numerous possible combinations of switch and
case values described above.The module augments the standard Perl syntax
with two new control statements: 'switch' and 'case'. The 'switch'
statement takes a single scalar argument of any type, specified in
parentheses. 'switch' stores this value as the current switch value in a
(localized) control variable. The value is followed by a block which may
contain one or more Perl statements (including the 'case' statement
described below). The block is unconditionally executed once the switch
value has been cached. A 'case' statement takes a single scalar argument
(in mandatory parentheses if it's a variable; otherwise the parens are
optional) and selects the appropriate type of matching between that
argument and the current switch value. The type of matching used is
determined by the respective types of the switch value and the 'case'
argument, as specified in Table 1. If the match is successful, the
mandatory block associated with the 'case' statement is executed.

Author:
-------
Damian Conway

Refresh
Refresh
Source Files
Filename Size Changed
Switch-2.16.tar.bz2 0000013013 12.7 KB
perl-Switch.changes 0000000465 465 Bytes
perl-Switch.spec 0000003200 3.13 KB
Revision 3 (latest revision is 17)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 3)
siwtch to perl_requires macro
Comments 0
openSUSE Build Service is sponsored by