-
perl-autouse-1.11-486.fc36.noarch
If a module is not loaded yet, then the autouse declaration declares functions
in the current package. When these functions are called, they load the package
and substitute themselves with the correct definitions.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-autovivification-0.18-15.fc36.x86_64
When an undefined variable is dereferenced, it gets silently upgraded to an
array or hash reference (depending of the type of the dereferencing). This
behavior is called autovivification and usually does what you mean (e.g.
when you store a value) but it's sometimes unnatural or surprising because
your variables gets populated behind your back. This is especially true
when several levels of dereferencing are involved, in which case all levels
are vivified up to the last, or when it happens in intuitively read-only
constructs like exists.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-B-1.82-486.fc36.x86_64
The "B" module supplies classes which allow a Perl program to delve into its
own innards. It is the module used to implement the backends of the Perl
compiler.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-B-Compiling-0.02-9.fc19.x86_64
This module exposes the perl interpreter's PL_compiling variable to perl.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-B-Debug-1.26-419.lbn25.noarch
Walk Perl syntax tree and print debug information about op-codes. See
B::Concise and B::Terse for other details.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-B-Hooks-EndOfScope-0.12-2.fc19.noarch
This module allows you to execute code when Perl has finished compiling the
surrounding scope.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-B-Hooks-EndOfScope-0.24-5.lbn25.noarch
This module allows you to execute code when Perl has finished compiling the
surrounding scope.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 25
-
perl-B-Hooks-EndOfScope-0.26-1.fc36.noarch
This module allows you to execute code when Perl has finished compiling the
surrounding scope.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
perl-B-Hooks-OP-Check-0.19-6.fc19.x86_64
This module provides a C API for XS modules to hook into the callbacks
of 'PL_check'.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-B-Keywords-1.09-4.lbn13.noarch
Lists of reserved barewords and symbol names.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13