-
perl-Safe-Isa-1.000005-1.lbn19.noarch
How many times have you found yourself writing:
if ($obj->isa('Something')) {
and then shortly afterwards cursing and changing it to:
if (Scalar::Util::blessed($obj) and $obj->isa('Something')) {
Right. That's why this module exists.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Scalar-List-Utils-1.27-246.fc19.armv6hl
This package contains a selection of subroutines that people have expressed
would be nice to have in the perl core, but the usage would not really be
high enough to warrant the use of a keyword, and the size so small such
that being individual extensions would be wasteful.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Scalar-List-Utils-1.27-246.fc19.x86_64
This package contains a selection of subroutines that people have expressed
would be nice to have in the perl core, but the usage would not really be
high enough to warrant the use of a keyword, and the size so small such
that being individual extensions would be wasteful.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Scalar-Properties-1.100860-2.fc19.noarch
Scalar::Properties attempts to make Perl more object-oriented by taking an idea
from Ruby: Everything you manipulate is an object, and the results of those
manipulations are objects themselves.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Scope-Guard-0.20-8.fc19.noarch
This module provides a convenient way to perform cleanup or other forms of
resource management at the end of a scope. It is particularly useful when
dealing with exceptions: the Scope::Guard constructor takes a reference to
a subroutine that is guaranteed to be called even if the thread of
execution is aborted prematurely. This effectively allows lexically-scoped
"promises" to be made that are automatically honored by perl's garbage
collector.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Set-Scalar-1.25-9.fc19.noarch
Basic set operations.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Socket-2.009-2.fc19.armv6hl
This module provides a variety of constants, structure manipulators and other
functions related to socket-based networking. The values and functions
provided are useful when used in conjunction with Perl core functions such as
socket(), setsockopt() and bind(). It also provides several other support
functions, mostly for dealing with conversions of network addresses between
human-readable and native binary forms, and for hostname resolver operations.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Socket-2.009-2.fc19.x86_64
This module provides a variety of constants, structure manipulators and other
functions related to socket-based networking. The values and functions
provided are useful when used in conjunction with Perl core functions such as
socket(), setsockopt() and bind(). It also provides several other support
functions, mostly for dealing with conversions of network addresses between
human-readable and native binary forms, and for hostname resolver operations.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Socket-GetAddrInfo-0.19-4.fc19.armv6hl
The RFC 2553 functions getaddrinfo and getnameinfo provide an abstracted
way to convert between a pair of host name/service name and socket
addresses, or vice versa. getaddrinfo converts names into a set of
arguments to pass to the socket() and connect() syscalls, and getnameinfo
converts a socket address back into its host name/service name pair.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Socket-GetAddrInfo-0.19-4.fc19.x86_64
The RFC 2553 functions getaddrinfo and getnameinfo provide an abstracted
way to convert between a pair of host name/service name and socket
addresses, or vice versa. getaddrinfo converts names into a set of
arguments to pass to the socket() and connect() syscalls, and getnameinfo
converts a socket address back into its host name/service name pair.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19