معرفی شرکت ها


perl-Business-ISSN-1.004-alt1.noarch.rpm


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Work with International Standard Serial Numbers
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p10
مخزن ALTLinux classic noarch
نام بسته perl-Business-ISSN
نام فایل بسته perl-Business-ISSN-1.004-alt1.noarch.rpm
نسخه بسته 1.004
انتشار بسته alt1
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Wed 25 Mar 2020 08
هاست سازنده viy-sisyphus.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی http://www.cpan.org
مجوز Artistic
حجم دانلود 8.5K
حجم نصب 9.038K
=over 4 =item new($issn) The constructor accepts a scalar representing the ISSN. The string representing the ISSN may contain characters other than [0-9xX], although these will be removed in the internal representation. The resulting string must look like an ISSN - the first seven characters must be digits and the eighth character must be a digit, 'x', or 'X'. The string passed as the ISSN need not be a valid ISSN as long as it superficially looks like one. This allows one to use the `fix_checksum' method. One should check the validity of the ISSN with `is_valid()' rather than relying on the return value of the constructor. If all one wants to do is check the validity of an ISSN, one can skip the object-oriented interface and use the c<is_valid_checksum()> function which is exportable on demand. If the constructor decides it can't create an object, it returns undef. It may do this if the string passed as the ISSN can't be munged to the internal format. =item $obj->checksum Return the ISSN checksum. =item $obj->as_string Return the ISSN as a string. A terminating 'x' is changed to 'X'. =item $obj->is_valid Returns 1 if the checksum is valid. Returns 0 if the ISSN does not pass the checksum test. The constructor accepts invalid ISSN's so that they might be fixed with `fix_checksum'. =item $obj->fix_checksum Replace the eighth character with the checksum the corresponds to the previous seven digits. This does not guarantee that the ISSN corresponds to the product one thinks it does, or that the ISSN corresponds to any product at all. It only produces a string that passes the checksum routine. If the ISSN passed to the constructor was invalid, the error might have been in any of the other nine positions. =back


نیازمندی

مقدار نام
- /usr/share/perl5
- perl(subs.pm)
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 1.004 perl(Business/ISSN.pm)
= 1.004-alt1:sisyphus+248536.100.1.1 perl-Business-ISSN


نحوه نصب


نصب پکیج rpm perl-Business-ISSN:

    sudo apt-get install perl-Business-ISSN-1.004-alt1.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/perl-Business-ISSN-1.004
/usr/share/doc/perl-Business-ISSN-1.004/Changes
/usr/share/doc/perl-Business-ISSN-1.004/README.pod
/usr/share/doc/perl-Business-ISSN-1.004/examples
/usr/share/doc/perl-Business-ISSN-1.004/examples/placeholder.pl
/usr/share/perl5/Business/ISSN.pm


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

تاریخ آخرین تغییر جزئیات
2020-03-25

automated CPAN update

2018-05-17

automated CPAN update

2013-01-24

initial build for ALT Linux Sisyphus