معرفی شرکت ها


perl-Switch-2.160.0-10-omv4090.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A switch statement for Perl
ویژگی مقدار
سیستم عامل Linux
توزیع OpenMandriva cooker
مخزن OpenMandriva main-release noarch
نام بسته perl-Switch
نام فایل بسته perl-Switch-2.160.0-10-omv4090.noarch.rpm
نسخه بسته 2.160.0
انتشار بسته 10
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Tue 22 Mar 2022 02
هاست سازنده oracle.openmandriva.org
نوع بسته .rpm
آدرس صفحه اصلی http://search.cpan.org/dist/Switch
مجوز GPL+ or Artistic
حجم دانلود 26K
حجم نصب 37.784K
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.


نیازمندی

مقدار نام
- perl(Carp)
- perl(Filter::Util::Call)
- perl(Text::Balanced)
- perl(if)
- perl(strict)
- perl(vars)


ارائه دهنده

مقدار نام
= 2.160.0 perl(Switch)
= 2.160.0-10 perl-Switch


نحوه نصب


نصب پکیج rpm perl-Switch:

    urpmi install perl-Switch-2.160.0-10-omv4090.noarch.rpm



گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2011-04-16

rebuild for updated spec-helper

2010-07-28

rebuild

2009-11-06

update to 2.16

2009-05-15

rebuild

2009-05-06

import perl-Switch

2009-05-06

initial mdv release, generated with cpan2dist