全部搜索项
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 源代码: libio-tee-perl  ]

软件包:libio-tee-perl(0.66-2)

libio-tee-perl 的相关链接

Screenshot

Debian 的资源:

下载源码包 libio-tee-perl

维护小组:

外部的资源:

相似软件包:

module for multiplexing output to multiple output handles

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.

标签: 软件开发: Perl 开发, 函数库, 实做语言: Perl, 角色: 共用函数库

其他与 libio-tee-perl 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 libio-tee-perl

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 9.1 kB26.0 kB [文件列表]