Search results for "begin"

Begin - Run arbitrary code before your script starts River stage zero No dependents

This module effectively allows to inject arbitrary code from the command line before running any perl script. It can be used to set global variables. I find it also useful when running the perl debugger as a REPL to test things. For instance: perl -M...

SALVA/Begin-0.01 - 27 Dec 2008 20:22:30 UTC - Search in distribution

BEGIN::Lift - Lift subroutine calls into the BEGIN phase River stage one • 1 direct dependent • 2 total dependents

This module serves a very specific purpose, which is to provide a mechanism through which we can "lift" a given subroutine to be executed entirely within the "BEGIN" phase of the Perl compiler and to leave no trace of itself in the "RUN" phase. Modul...

STEVAN/BEGIN-Lift-0.07 - 30 Oct 2017 22:28:39 UTC - Search in distribution

Begin::Declare - compile time lexical variables River stage zero No dependents

ASG/Begin-Declare-0.06 - 17 Dec 2011 05:27:34 UTC - Search in distribution

Begin::Eval::Env - Take code from environment variable(s), then eval them River stage one • 1 direct dependent • 1 total dependent

This module allows you to evaluate code(s) in environment variable(s), basically for convenience in one-liners. If name(s) of environment variables are not specified, "PERL_BEGIN_EVAL_ENV" is the default. Caveat: to run the code(s) in BEGIN block, yo...

PERLANCAR/Begin-Eval-Env-0.003 - 24 Feb 2022 00:05:26 UTC - Search in distribution

Begin::Eval::FirstArg - Take code from first command-line argument, then eval it River stage one • 1 direct dependent • 1 total dependent

This module allows you to evaluate Perl code specified in the first command-line argument, basically for convenience in one-liners. Caveat: to run the code(s) in BEGIN block, you have to load the module in the BEGIN block also, e.g. via "use" not "re...

PERLANCAR/Begin-Eval-FirstArg-0.001 - 20 Feb 2022 00:05:31 UTC - Search in distribution

Pod::POM::Node::Begin - POM '=begin' node class River stage two • 27 direct dependents • 44 total dependents

This module implements a specialization of the node class to represent '=begin' elements....

NEILB/Pod-POM-2.01 - 07 Nov 2015 21:05:42 UTC - Search in distribution

Tags::HTML::Page::Begin - Tags helper for HTML page begin. River stage one • 1 direct dependent • 6 total dependents

SKIM/Tags-HTML-Page-Begin-0.16 - 10 Feb 2023 21:14:56 UTC - Search in distribution

Erlang::Parser::Node::Begin - a block of statements River stage zero No dependents

A block of statements; a glorified parenthesis. Accessors "exprs" A list of Erlang::Parser::Nodes; the body for this block. The last expression is the value for the block. Methods "print" Pretty-prints the node to its filehandle argument....

ANNELI/Erlang-Parser-0.6 - 20 Jun 2016 07:29:54 UTC - Search in distribution

lib/Kavorka/TraitFor/Sub/begin.pm River stage two • 15 direct dependents • 30 total dependents

TOBYINK/Kavorka-0.039 - 27 Jul 2018 17:58:13 UTC - Search in distribution

Devel::BeginLift - make selected sub calls evaluate at compile time River stage one • 4 direct dependents • 4 total dependents

Devel::BeginLift 'lifts' arbitrary sub calls to running at compile time - sort of a souped up version of "use constant". It does this via some slightly insane perlguts magic. import use Devel::BeginLift qw(list of subs); Calls Devel::BeginLift->setup...

FLORA/Devel-BeginLift-0.001003 - 11 May 2010 06:28:51 UTC - Search in distribution

Readonly::BeginLift - Readonly at BEGIN time River stage zero No dependents

The Readonly module exports the "Readonly" subroutine, but this subroutine executes at runtime. This module causes it to execute at BEGIN time. Thus: use strict; use warnings; use Readonly; use constant MY_VALUE => 'foo'; Readonly my $MY_VALUE => 'ba...

OVID/Readonly-BeginLift-0.03 - 13 Feb 2010 16:38:59 UTC - Search in distribution

SqlBatch::BeginInstruction River stage zero No dependents

This class executes a begin-instruction within a SqlBatch::Plan...

SADIB/SqlBatch-1.001 - 28 Jul 2019 15:27:23 UTC - Search in distribution

Paws::RDSData::BeginTransaction - Arguments for method BeginTransaction on Paws::RDSData River stage two • 9 direct dependents • 11 total dependents

This class represents the parameters used for calling the method BeginTransaction on the AWS RDS DataService service. Use the attributes of this class as arguments to method BeginTransaction. You shouldn't make instances of this class. Each attribute...

JLMARTIN/Paws-0.44 - 14 Jul 2021 09:09:00 UTC - Search in distribution

Text::TeX - Perl module for parsing of TeX. River stage zero No dependents

A new "TeX" parser is created by $file = new Text::TeX::OpenFile $filename, attr1 => $val1, ...; $filename may be "undef", in this case the text to parse may be specified in the attribute "string". Recognized attributes are: "string" contains the tex...

ILYAZ/etext.1.6.3 - 19 Mar 1998 07:12:00 UTC - Search in distribution

lib/Email/Blaster/TransmissionBeginHandler.pm River stage zero No dependents

JOHND/Email-Blaster-1.0001 - 02 Dec 2008 01:16:19 UTC - Search in distribution

lib/Locale/Maketext/Utils/Phrase/Norm/BeginUpper.pm River stage one • 2 direct dependents • 3 total dependents

DMUEY/Locale-Maketext-Utils-0.42 - 15 Apr 2016 14:44:34 UTC - Search in distribution

Pod::objects - package with objects for representing POD documents River stage zero No dependents

The following section describes the objects returned by Pod::Compiler and their methods. These objects all inherit from Tree::DAG_Node, so all methods described there are valid as well. The set/retrieve methods all work in the following way: If no ar...

MAREKR/Pod-Compiler-0.21 - 22 Sep 2013 15:41:49 UTC - Search in distribution

pm - Perl module to load files at compile-time, without BEGIN blocks. River stage zero No dependents

This is just an alias to the filename module. See filename for a complete description for how to use this module....

BOBK/filename-v0.20.060 - 29 Feb 2020 00:13:16 UTC - Search in distribution
  • filename - Perl module to load files at compile-time, without BEGIN blocks.

Devel::Hook - Mess around with BEGIN/CHECK/INIT/END blocks River stage two • 5 direct dependents • 11 total dependents

Perl keeps arrays of subroutines that are executed at the beginning and at the end of a running Perl program and its program units. These subroutines correspond to the special code blocks: "BEGIN", "UNITCHECK", "CHECK", "INIT" and "END". (See details...

FERREIRA/Devel-Hook-0.011 - 11 Nov 2017 17:35:38 UTC - Search in distribution

Thread::Exit - provide thread-local exit(), BEGIN {}, END {} and exited() River stage one • 1 direct dependent • 1 total dependent

*** A note of CAUTION *** This module only functions on Perl versions 5.8.0 and later. And then only when threads are enabled with -Dusethreads. It is of no use with any version of Perl before 5.8.0 or without threads enabled. ***********************...

LNATION/Thread-Exit-0.10 - 09 Nov 2019 15:39:39 UTC - Search in distribution
2,755 results (0.117 seconds)