The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Sub::Identify"

Sub::Identify - Retrieve names of code references River stage four • 37 direct dependents • 6825 total dependents

"Sub::Identify" allows you to retrieve the real name of code references. It provides six functions, all of them taking a code reference. "sub_name" returns the name of the code reference passed as an argument (or "__ANON__" if it's an anonymous code ...

RGARCIA/Sub-Identify-0.14 - 11 Apr 2017 07:18:17 UTC

Sub::Util - A selection of utility subroutines for subs and CODE references River stage five • 3901 direct dependents • 32646 total dependents

"Sub::Util" contains a selection of utility subroutines that are useful for operating on subs and CODE references. The rationale for inclusion in this module is that the function performs some work for which an XS implementation is essential because ...

PEVANS/Scalar-List-Utils-1.63 - 08 Aug 2022 13:53:51 UTC

Sub::Name - (Re)name a sub River stage four • 104 direct dependents • 2474 total dependents

This module has only one function, which is also exported by default: subname NAME, CODEREF Assigns a new name to referenced sub. If package specification is omitted in the name, then the current package is used. The return value is the sub. The name...

ETHER/Sub-Name-0.27 - 29 Apr 2023 12:33:07 UTC

Sub::Meta - handle subroutine meta information River stage one • 1 direct dependent • 1 total dependent

"Sub::Meta" provides methods to handle subroutine meta information. In addition to information that can be obtained from subroutines using module B etc., subroutines can have meta information such as arguments and return values....

KFLY/Sub-Meta-0.15 - 07 Jun 2022 00:51:00 UTC

Sub::Contract - Pragmatic contract programming for Perl River stage zero No dependents

Sub::Contract offers a pragmatic way to implement parts of the programming by contract paradigm in Perl. Sub::Contract is not a design-by-contract framework. Sub::Contract aims at making it very easy to constrain subroutines input arguments and retur...

ERWAN/Sub-Contract-0.12 - 16 Jun 2009 12:27:18 UTC

Sub::Information - Get subroutine information River stage one • 1 direct dependent • 1 total dependent

Typically, if we need to get information about code references, we have to remember which of myriad modules to load. Need to know if it's blessed? "Scalar::Util" will do that. Package it was declared in: "Sub::Identify". Source code: "Data::Dump::Str...

OVID/Sub-Information-0.10 - 03 Feb 2009 13:33:50 UTC

Devel::Sub::Which - Name information about sub calls à la can in UNIVERSAL and <which(1)>. River stage zero No dependents

I don't like the perl debugger. I'd rather print debug statements as I go along, mostly saying "i'm going to do so and so", so I know what to look for when stuff breaks. I also like to make extensive use of polymorphism. Due to the richness of Perl's...

NUFFIN/Devel-Sub-Which-0.05 - 24 Jul 2008 17:23:10 UTC
7 results (0.066 seconds)