معرفی شرکت ها


perl-IO-Prompter-0.004015-alt1.noarch.rpm


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Prompt for input, read it, clean it, return it.
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p10
مخزن ALTLinux classic noarch
نام بسته perl-IO-Prompter
نام فایل بسته perl-IO-Prompter-0.004015-alt1.noarch.rpm
نسخه بسته 0.004015
انتشار بسته alt1
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Fri 14 Dec 2018 11
هاست سازنده qa_viy-sisyphus.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی http://search.cpan.org/dist/IO-Prompter/
مجوز perl
حجم دانلود 39K
حجم نصب 125.809K
IO::Prompter exports a single subroutine, `prompt', that prints a.prompt (but only if the program's selected input and output streams are connected to a terminal), then reads some input, then chomps it, and finally returns an object representing that text. The `prompt()' subroutine expects zero-or-more arguments. Any argument that starts with a hyphen (`-') is treated as a named option (many of which require an associated value, that may be passed as the next argument). See the section on "Summary of options" and the section on "Options reference" for details of the available options. Any other argument that is a string is treated as (part of) the prompt to be displayed. All such arguments are concatenated together before the prompt is issued. If no prompt string is provided, the string `'> '' is used instead. Normally, when `prompt()' is called in either list or scalar context, it returns an opaque object that autoconverts to a string. In scalar boolean contexts this return object evaluates true if the input operation succeeded. In list contexts, if the input operation fails `prompt()' returns an empty list instead of a return object. This allows failures in list context to behave correctly (i.e. be false). If you particularly need a list-context call to `prompt()' to always return a value (i.e. even on failure), prefix the call with `scalar': my @data = ( prompt('Name:'), prompt(' Age:'), prompt(' Sex:'), ); my @data = ( scalar prompt('Name:'), scalar prompt(' Age:'), scalar prompt(' Sex:'), ); In void contexts, `prompt()' still requests input, but also issues a warning about the general uselessness of performing an I/O operation whose results are then immediately thrown away. See the section on "Useful useless uses of `prompt()'" for an exception to this. The `prompt()' function also sets `$_' if it is called in a boolean context but its return value is not assigned to a variable. Hence, it is designed to be a drop-in replacement for `readline' or `<>'.


نیازمندی

مقدار نام
- /usr/share/perl5
- perl(Contextual/Return.pm)
- perl(File/Glob.pm)
- perl(Scalar/Util.pm)
- perl(Symbol.pm)
- perl(if.pm)
- perl(utf8.pm)
>= 1:5.10.0 perl-base
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 0.004.015 perl(IO/Prompter.pm)
= 0.004015-alt1 perl-IO-Prompter


نحوه نصب


نصب پکیج rpm perl-IO-Prompter:

    sudo apt-get install perl-IO-Prompter-0.004015-alt1.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/perl-IO-Prompter-0.004015
/usr/share/doc/perl-IO-Prompter-0.004015/Changes
/usr/share/doc/perl-IO-Prompter-0.004015/README
/usr/share/perl5/IO
/usr/share/perl5/IO/Prompter.pm


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

تاریخ آخرین تغییر جزئیات
2018-12-13

automated CPAN update

2015-11-27

automated CPAN update

2015-10-11

automated CPAN update

2015-02-11

automated CPAN update

2014-08-04

automated CPAN update

2014-02-20

moved to Sisyphus for Slic3r (by dd@ request)

2013-10-07

regenerated from template by package builder

2013-09-06

initial import by package builder