How to Install and Uninstall perl-Scope-Upper Package on openSUSE Leap

Last updated: May 05,2024

1. Install "perl-Scope-Upper" package

Please follow the steps below to install perl-Scope-Upper on openSUSE Leap

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

2. Uninstall "perl-Scope-Upper" package

In this section, we are going to explain the necessary steps to uninstall perl-Scope-Upper on openSUSE Leap:

$ sudo zypper remove perl-Scope-Upper

3. Information about the perl-Scope-Upper package on openSUSE Leap

Information for package perl-Scope-Upper:
-----------------------------------------
Repository : Main Repository
Name : perl-Scope-Upper
Version : 0.33-bp155.1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 124.0 KiB
Installed : No
Status : not installed
Source package : perl-Scope-Upper-0.33-bp155.1.6.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.