< Home - < Back

perl-IO-Tee


Information about the package, perl-IO-Tee, which is shipped with common Linux distributions. The perl-IO-Tee package is designed for, Multiplex output to multiple output handles.


Package Name:

perl-IO-Tee

Summary:

Multiplex output to multiple output handles

Description:

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.

Architecture:

noarch

Version:

0.64

Release:

1.el6

Size:

12 k

Repository:

epel

From Repository:

Licence:

GPL+ or Artistic



Handy Yum Commands for perl-IO-Tee


Control the perl-IO-Tee package with the following handy commands outlined below.


Command

Description of Command

yum install perl-IO-Tee

This command will install perl-IO-Tee on the server.

yum remove perl-IO-Tee

This command will un-install perl-IO-Tee on the server. When you run this command, you will be asked if you are sure that you want to remove perl-IO-Tee, so you have to manually confirm that you want to do this.

yum -y remove perl-IO-Tee

This command will un-install perl-IO-Tee on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-IO-Tee when using the -y flag.

yum update perl-IO-Tee

This command will update perl-IO-Tee to the latest version. When you run this command, you will be asked if you are sure that you want to remove perl-IO-Tee, so you have to manually confirm that you want to do this.

yum -y update perl-IO-Tee

This command will update perl-IO-Tee to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove perl-IO-Tee when using the -y flag.

yum info perl-IO-Tee

This command will show you core information about the perl-IO-Tee package.

yum deplist perl-IO-Tee

This command will show you the dependencies for perl-IO-Tee. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update perl-IO-Tee

This command will check if there is an update waiting on perl-IO-Tee. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.