< Home - < Back

perl-Inline


Information about the package, perl-Inline, which is shipped with common Linux distributions. The perl-Inline package is designed for, Inline Perl module.


Package Name:

perl-Inline

Summary:

Inline Perl module

Description:

The Inline module allows you to put source code from other programming languages directly "inline" in a Perl script or module. The code is automatically compiled as needed, and then loaded for immediate access from Perl. Inline saves you from the hassle of having to write and compile your own glue code using facilities like XS or SWIG. Simply type the code where you want it and run your Perl as normal. All the hairy details are handled for you. The compilation and installation of your code chunks all happen transparently; all you will notice is the delay of compilation on the first run. The Inline code only gets compiled the first time you run it (or whenever it is modified) so you only take the performance hit once. Code that is Inlined into distributed modules (like on the CPAN) will get compiled when the module is installed, so the end user will never notice the compilation time.

Architecture:

noarch

Version:

0.46

Release:

1.el6

Size:

148 k

Repository:

epel

From Repository:

Licence:

GPL+ or Artistic



Handy Yum Commands for perl-Inline


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


Command

Description of Command

yum install perl-Inline

This command will install perl-Inline on the server.

yum remove perl-Inline

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

yum -y remove perl-Inline

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

yum update perl-Inline

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

yum -y update perl-Inline

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

yum info perl-Inline

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

yum deplist perl-Inline

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

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