How to Install and Uninstall perl-Scope-Upper Package on openSuSE Tumbleweed

Last updated: July 08,2024

1. Install "perl-Scope-Upper" package

Here is a brief guide to show you how to install perl-Scope-Upper on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Scope-Upper

2. Uninstall "perl-Scope-Upper" package

This tutorial shows how to uninstall perl-Scope-Upper on openSuSE Tumbleweed:

$ sudo zypper remove perl-Scope-Upper

3. Information about the perl-Scope-Upper package on openSuSE Tumbleweed

Information for package perl-Scope-Upper:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Scope-Upper
Version : 0.34-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 134.3 KiB
Installed : No
Status : not installed
Source package : perl-Scope-Upper-0.34-1.4.src
Upstream URL : https://metacpan.org/release/Scope-Upper
Summary : Act on upper scopes
Description :
This module lets you defer actions _at run-time_ that will take place when
the control flow returns into an upper scope. Currently, you can:
* hook an upper scope end with reap ;
* localize variables, array/hash values or deletions of elements in higher
contexts with respectively localize, localize_elem and localize_delete ;
* return values immediately to an upper level with unwind, yield and leave ;
* gather information about an upper context with want_at and context_info ;
* execute a subroutine in the setting of an upper subroutine stack frame with
uplevel ;
* uniquely identify contexts with uid and validate_uid.