Search results for "module:subs"
subs - Perl pragma to predeclare subroutine names
This will predeclare all the subroutines whose names are in the list, allowing you to use them without parentheses (as list operators) even before they're declared. Unlike pragmas that affect the $^H hints variable, the "use vars" and "use subs" decl...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
subs - Perl pragma to predeclare subroutine names
This will predeclare all the subroutines whose names are in the list, allowing you to use them without parentheses (as list operators) even before they're declared. Unlike pragmas that affect the $^H hints variable, the "use vars" and "use subs" decl...
PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC
MCE::Subs - Exports functions mapped directly to MCE methods
This module exports functions mapped to MCE methods. All exported functions are prototyped, therefore allowing one to call them without using parentheses. use MCE::Subs qw( :worker ); sub user_func { my $wid = MCE->wid; mce_say "A: $wid"; mce_sync; m...
MARIOROY/MCE-1.889 - 13 Sep 2023 23:37:02 UTC
Mpp::Subs - Functions and statements for makefiles
This package contains subroutines which can be called from a makefile. Subroutines in this package are called in two ways: 1) Any line which isn't a rule or an assignment and has at the left margin a word is interpreted as a subroutine call to a subr...
PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC
Test::Subs - Test your modules with a lightweight syntax based on anonymous block
This module provide a very lightweight syntax to run "Test::Harness" or "Tap::Harness" compliant test on your code. As opposed to other similar packages, the two main functionnalities of "Test::Subs" are that the tests are anonymous code block (rathe...
MATHIAS/Test-Subs-0.08 - 16 Mar 2013 23:48:44 UTC
subs::auto - Read barewords as subroutine names.
This pragma lexically enables the parsing of any bareword as a subroutine name, except those which corresponds to an entry in %INC (expected to be class names) or whose symbol table entry has an IO slot (expected to be filehandles). You can pass opti...
VPIT/subs-auto-0.08 - 05 Sep 2013 17:47:12 UTC
Subs::Trace - Trace all calls in a package.
This module updates all methods/functions in a class to also print a message when invoked....
TIMKA/Subs-Trace-0.08 - 18 Oct 2022 20:00:55 UTC
Specio::Subs - Make validation and coercion subs from Specio types
This module generates a set of helpful validation and coercion subroutines for all of the types defined in one or more libraries. To use it, simply import "Specio::Subs" passing a list of one or more library names. This module will load those librari...
DROLSKY/Specio-0.48 - 11 Jun 2022 16:32:27 UTC
FindApp::Subs - FIXME
FIXME Exports add_allowed_bindirs add_allowed_libdirs add_allowed_mandirs add_allowed_rootdir add_bindirs_allowed add_bindirs_found add_bindirs_wanted add_found_bindirs add_found_libdirs add_found_mandirs add_found_rootdir add_libdirs_allowed add_lib...
TOMC/FindApp-v0.0.6 - 01 Nov 2021 14:47:49 UTC
subs::parallel - enables subroutines to seamlessly run in parallel
This module gives Perl programmers the ability to easily and conveniently create multi-threaded applications through parallel subroutines. Parallel subroutines are just plain old subroutines which happen to run in another thread. When called, they re...
NILSONSFJ/subs-parallel-0.09 - 30 Nov 2015 19:27:13 UTC
Parallel::Subs - Simple way to run subs in parallel and process their return value in perl
Parallel::Subs is a simple object interface used to launch test in parallel. It uses Parallel::ForkManager to launch subs in parallel and get the results....
ATOOMIC/Parallel-Subs-0.002 - 20 Mar 2018 20:18:01 UTC
Devel::Trace::Subs - Generate, track, store and print code flow and stack traces
This module facilitates keeping track of a project's code flow and stack trace information in calls between subroutines. Optionally, you can use this module to automatically inject the appropriate "trace()" calls into all subs in individual files, al...
STEVEB/Devel-Trace-Subs-0.24 - 09 Feb 2022 20:36:05 UTC
XML::Handler::Subs - a PerlSAX handler base class for calling user-defined subs
"XML::Handler::Subs" is a base class for PerlSAX handlers. "XML::Handler::Subs" is subclassed to implement complete behavior and to add element-specific handling. Each time an element starts, a method by that name prefixed with `s_' is called with th...
KMACLEOD/libxml-perl-0.08 - 21 Aug 2004 02:34:03 UTC
Devel::Examine::Subs - Get info about, search/replace and inject code into Perl files and subs.
Gather information about subroutines in Perl files (and in-memory modules), with the ability to search/replace code, inject new code, get line counts, get start and end line numbers, access the sub's code and a myriad of other options. Files are pars...
STEVEB/Devel-Examine-Subs-1.74 - 11 Oct 2021 20:10:45 UTC
Error - Error/exception handling in an OO-ish way
The "Error" package provides two interfaces. Firstly "Error" provides a procedural interface to exception handling. Secondly "Error" is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded. Err...
SHLOMIF/Error-0.17029 - 28 Jan 2020 16:51:25 UTC
Devel::Trace::Subs::HTML - <a href="https://github.com/stevieb9/devel-examine-subs/actions"><img src="https://github.com/stevieb9/devel-examine-subs/workflows/CI/badge.svg"/></a> <a href='https://coveralls.io/github/stevieb9/devel-examine-subs?branch=master'><img src='https://coveralls.io/repos/stevieb9/devel-examine-subs/badge.svg?branch=master&service=github' alt='Coverage Status' /></a>
STEVEB/Devel-Trace-Subs-0.24
-
09 Feb 2022 20:36:05 UTC
XML::Parser::Style::Subs - glue for handling element callbacks
Each time an element starts, a sub by that name in the package specified by the Pkg option is called with the same parameters that the Start handler gets called with. Each time an element ends, a sub with that name appended with an underscore ("_"), ...
TODDR/XML-Parser-2.46 - 24 Sep 2019 05:29:52 UTC