perl-Symbol-Util

Additional utils for Perl symbols manipulation

This module provides a set of additional functions useful for Perl symbols manipulation. All Perl symbols from the same package are organized as a stash. Each symbol (glob) contains one or more of following slots: 'SCALAR', 'ARRAY', 'HASH', 'CODE', 'IO', 'FORMAT'. These slots are also accessible as standard variables or bare words. The Perl symbols table is directly accessible with typeglob prefix but it can be difficult to read and problematic if strict mode is used. Also the access to stash, glob and one of its slot have different syntax notation. 'stash' and 'fetch_glob' functions gets stash or glob without need to use 'no strict 'refs''. 'delete_glob' function allows to delete specific slot of symbol name without deleting others. 'delete_sub' removes the symbol from class API. This symbol won't be available as an object method. 'export_glob' function exports a glob to the target package. 'export_package' works like the Exporter manpage module and allows to export symbols from one package to other. 'unexport_package' allows to delete previously exported symbols.

openSUSE Leap 15.5 没有可用的官方软件包

发行版

openSUSE Tumbleweed

openSUSE Leap 15.6

openSUSE Leap 15.5

openSUSE Leap 15.4

SUSE SLE-15-SP1

RedHat RHEL-7

不受支持的发行版

下列发行版未被官方支持。使用这些软件包需要您自担风险。