DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibio-tee-perl
BeschreibungMultiplex output to multiple output handles
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.64-1
Sektionperl
Prioritätoptional
Installierte Größe68 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße9214 Byte
Prüfsumme MD5ea1e90d47868df39541af5706701e8cc
Prüfsumme SHA108f6e1737d371818910f632bb6f71b8e8b2b6460
Prüfsumme SHA256d24dcb8327087b6cf8784caf46c09d1152fe65f2a17a3a075afa0b0a28ab6887
Link zum Herunterladenlibio-tee-perl_0.64-1_all.deb
Ausführliche BeschreibungIO::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.


Impressum
Linux is a registered trademark of Linus Torvalds