معرفی شرکت ها


perl-IO-Tee-0.66-alt1.noarch.rpm


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Multiplex output to multiple output handles
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p10
مخزن ALTLinux classic noarch
نام بسته perl-IO-Tee
نام فایل بسته perl-IO-Tee-0.66-alt1.noarch.rpm
نسخه بسته 0.66
انتشار بسته alt1
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Wed 02 Sep 2020 03
هاست سازنده viy-sisyphus.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی http://search.cpan.org/dist/IO-Tee
مجوز GPL
حجم دانلود 8.0K
حجم نصب 10.917K
IO::Tee objects can be used to multiplex input and output in two different ways. The first way is to multiplex output to zero or more output handles. The IO::Tee constructor, given a list of output handles, returns a tied handle that can be written to. When written to (using print or printf), the IO::Tee object multiplexes the output to the list of handles originally passed to the constructor. As a shortcut, you can also directly pass a string or an array reference to the constructor, in which case IO::File::new is called for you with the specified argument or arguments. The second way is to multiplex input from one input handle to zero or more output handles as it is being read. The IO::Tee constructor, given an input handle followed by a list of output handles, returns a tied handle that can be read from as well as written to. When written to, the IO::Tee object multiplexes the output to all handles passed to the constructor, as described in the previous paragraph. When read from, the IO::Tee object reads from the input handle given as the first argument to the IO::Tee constructor, then writes any data read to the output handles given as the remaining arguments to the constructor.


نیازمندی

مقدار نام
- /usr/share/perl5
- perl(IO/File.pm)
- perl(IO/Handle.pm)
- perl(Symbol.pm)
- perl(parent.pm)
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 0.650 perl(IO/Tee.pm)
= 0.66-alt1:sisyphus+257161.100.2.2 perl-IO-Tee


نحوه نصب


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

    sudo apt-get install perl-IO-Tee-0.66-alt1.noarch.rpm


فایل ها

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


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

تاریخ آخرین تغییر جزئیات
2020-09-01

automated CPAN update

2017-10-02

automated CPAN update

2015-12-28

build for Sisyphus

2014-12-17

update by mgaimport

2014-10-07

update by mgaimport

2014-09-02

rebuild to get rid of unmets

2013-10-29

mga update

2013-08-12

mgaimport update

2013-07-25

converted for ALT Linux by srpmconvert tools