Package : perl-PerlIO-Util > RPM : perl-PerlIO-Util-0.720.0-18.mga7.src.rpm

Basic items

Name perl-PerlIO-Util
Version 0.720.0
Release 18.mga7
URL http://search.cpan.org/dist/PerlIO-Util
Group Development/Perl
Summary A selection of general PerlIO utilities
Size 56KB
Arch armv7hl
License GPL+ or Artistic

Description

'PerlIO::tee' provides a multiplex output stream like 'tee(1)'. It makes a
filehandle write to one or more files (or scalars via the ':scalar' layer)
at the same time.

You can use 'push_layer()' (defined in 'PerlIO::Util') to add a _source_ to
a filehandle. The _source_ may be a file name, a scalar reference, or a
filehandle. For example:

$fh->push_layer(tee => $file); # meaning "> $file"
$fh->push_layer(tee => ">>$file");# append mode
$fh->push_layer(tee => \$scalar); # via :scalar
$fh->push_layer(tee => \*OUT); # shallow copy, not duplication

Media information

Distribution release Mageia 7
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2018-09-21 09:07:20
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie