How to Install and Uninstall perl-Devel-Caller Package on openSuSE Tumbleweed
Last updated: January 10,2025
1. Install "perl-Devel-Caller" package
Learn how to install perl-Devel-Caller on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-Devel-Caller
Copied
2. Uninstall "perl-Devel-Caller" package
This is a short guide on how to uninstall perl-Devel-Caller on openSuSE Tumbleweed:
$
sudo zypper remove
perl-Devel-Caller
Copied
3. Information about the perl-Devel-Caller package on openSuSE Tumbleweed
Information for package perl-Devel-Caller:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Devel-Caller
Version : 2.07-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 26.3 KiB
Installed : No
Status : not installed
Source package : perl-Devel-Caller-2.07-1.4.src
Upstream URL : https://metacpan.org/release/Devel-Caller
Summary : Meatier versions of caller
Description :
* caller_cv($level)
'caller_cv' gives you the coderef of the subroutine being invoked at the
call frame indicated by the value of $level
* caller_args($level)
Returns the arguments passed into the caller at level $level
* caller_vars( $level, $names )
=item called_with($level, $names)
'called_with' returns a list of references to the original arguments to the
subroutine at $level. if $names is true, the names of the variables will be
returned instead
constants are returned as 'undef' in both cases
* called_as_method($level)
'called_as_method' returns true if the subroutine at $level was called as a
method.
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Devel-Caller
Version : 2.07-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 26.3 KiB
Installed : No
Status : not installed
Source package : perl-Devel-Caller-2.07-1.4.src
Upstream URL : https://metacpan.org/release/Devel-Caller
Summary : Meatier versions of caller
Description :
* caller_cv($level)
'caller_cv' gives you the coderef of the subroutine being invoked at the
call frame indicated by the value of $level
* caller_args($level)
Returns the arguments passed into the caller at level $level
* caller_vars( $level, $names )
=item called_with($level, $names)
'called_with' returns a list of references to the original arguments to the
subroutine at $level. if $names is true, the names of the variables will be
returned instead
constants are returned as 'undef' in both cases
* called_as_method($level)
'called_as_method' returns true if the subroutine at $level was called as a
method.