معرفی شرکت ها


perl-Getopt-Mixed-1.12-alt1.noarch.rpm


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

getopt processing with both long and short options
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p9
مخزن ALTLinux classic noarch
نام بسته perl-Getopt-Mixed
نام فایل بسته perl-Getopt-Mixed-1.12-alt1.noarch.rpm
نسخه بسته 1.12
انتشار بسته alt1
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Tue 11 Feb 2014 01
هاست سازنده viy-sisyphus.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی http://www.cpan.org
مجوز Artistic
حجم دانلود 13K
حجم نصب 26.732K
This module is obsolete. This package was my response to the standard modules Getopt::Std and Getopt::Long. "Std" doesn't support long options, and "Long" didn't support short options. I wanted both, since long options are easier to remember and short options are faster to type. However, some time ago Getopt::Long was changed to support short options as well, and it has the huge advantage of being part of the standard Perl distribution. So, Getopt::Mixed is now effectively obsolete. I don't intend to make any more changes, but I'm leaving it available for people who have code that already uses it. For new modules, I recommend using Getopt::Long like this: use Getopt::Long; Getopt::Long::Configure(qw(bundling no_getopt_compat)); GetOptions(...option-descriptions...); This package was intended to be the "Getopt-to-end-all-Getop's". It combines (I hope) flexibility and simplicity. It supports both short options (introduced by "-") and long options (introduced by "--"). Short options which do not take an argument can be grouped together. Short options which do take an argument must be the last option in their group, because everything following the option will be considered to be its argument. There are two methods for using Getopt::Mixed: the simple method and the flexible method. Both methods use the same format for option descriptions.


نیازمندی

مقدار نام
- /usr/share/perl5
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 1.120 perl(Getopt/Mixed.pm)
= 1.12-alt1 perl-Getopt-Mixed


نحوه نصب


نصب پکیج rpm perl-Getopt-Mixed:

    sudo apt-get install perl-Getopt-Mixed-1.12-alt1.noarch.rpm


فایل ها

مسیرها
/usr/share/perl5/Getopt
/usr/share/perl5/Getopt/Mixed.pm


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

تاریخ آخرین تغییر جزئیات
2014-02-10

automated CPAN update

2012-10-03

automated CPAN update

2010-11-22

repair after perl 5.12 upgrade using girar-nmu

2008-09-11

Fix build

2007-04-29

first build for ALT Linux Sisyphus