< Home - < Back

perl-Perl6-Caller


Information about the package, perl-Perl6-Caller, which is shipped with common Linux distributions. The perl-Perl6-Caller package is designed for, OO caller() interface.


Package Name:

perl-Perl6-Caller

Summary:

OO caller() interface

Description:

By default, this module exports the caller function. This automatically returns a new caller object. An optional argument specifies how many stack frames back to skip, just like the CORE::caller function. This lets you do things like this: print "In ", caller->subroutine, " called from ", caller->filename, " line ", caller->line; If you do not wish the caller function imported, specify an empty import list and instantiate a new Perl6::Caller object. use Perl6::Caller (); my $caller = Perl6::Caller->new; print $caller->line; Note: if the results from the module seem strange, please read perldoc -s caller carefully. It has stranger behavior than you might be aware.

Architecture:

noarch

Version:

0.100

Release:

2.el6

Size:

12 k

Repository:

epel

From Repository:

Licence:

GPL+ or Artistic



Handy Yum Commands for perl-Perl6-Caller


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


Command

Description of Command

yum install perl-Perl6-Caller

This command will install perl-Perl6-Caller on the server.

yum remove perl-Perl6-Caller

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

yum -y remove perl-Perl6-Caller

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

yum update perl-Perl6-Caller

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

yum -y update perl-Perl6-Caller

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

yum info perl-Perl6-Caller

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

yum deplist perl-Perl6-Caller

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

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