< Home - < Back

perl-IPC-System-Simple


Information about the package, perl-IPC-System-Simple, which is shipped with common Linux distributions. The perl-IPC-System-Simple package is designed for, Run commands simply, with detailed diagnostics.


Package Name:

perl-IPC-System-Simple

Summary:

Run commands simply, with detailed diagnostics

Description:

Calling Perl's in-built 'system()' function is easy; determining if it was successful is _hard_. Let's face it, '$?' isn't the nicest variable in the world to play with, and even if you _do_ check it, producing a well-formatted error string takes a lot of work. 'IPC::System::Simple' takes the hard work out of calling external commands. In fact, if you want to be really lazy, you can just write: use IPC::System::Simple qw(system); and all of your "system" commands will either succeed (run to completion and return a zero exit value), or die with rich diagnostic messages.

Architecture:

noarch

Version:

1.21

Release:

5.el6

Size:

29 k

Repository:

epel

From Repository:

Licence:

GPL+ or Artistic



Handy Yum Commands for perl-IPC-System-Simple


Control the perl-IPC-System-Simple package with the following handy commands outlined below.


Command

Description of Command

yum install perl-IPC-System-Simple

This command will install perl-IPC-System-Simple on the server.

yum remove perl-IPC-System-Simple

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

yum -y remove perl-IPC-System-Simple

This command will un-install perl-IPC-System-Simple 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-IPC-System-Simple when using the -y flag.

yum update perl-IPC-System-Simple

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

yum -y update perl-IPC-System-Simple

This command will update perl-IPC-System-Simple 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-IPC-System-Simple when using the -y flag.

yum info perl-IPC-System-Simple

This command will show you core information about the perl-IPC-System-Simple package.

yum deplist perl-IPC-System-Simple

This command will show you the dependencies for perl-IPC-System-Simple. 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-IPC-System-Simple

This command will check if there is an update waiting on perl-IPC-System-Simple. 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.