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

Search results for "vars"

vars - Perl pragma to predeclare global variable names River stage five • 11292 direct dependents • 32664 total dependents

NOTE: For use with variables in the current package for a single scope, the functionality provided by this pragma has been superseded by "our" declarations, available in Perl v5.6.0 or later, and use of this pragma is discouraged. See "our" in perlfu...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

vars::i - Perl pragma to declare and simultaneously initialize global variables. River stage one • 5 direct dependents • 5 total dependents

For whatever reason, I once had to write something like BEGIN { use vars '$VERSION'; $VERSION = 3; } or our $VERSION; BEGIN { $VERSION = 3; } and I really didn't like typing that much. With this package, I can say: use vars::i '$VERSION' => 3; and ge...

CXW/vars-i-2.000000 - 18 Sep 2019 01:23:16 UTC - Search in distribution

Test::Vars - Detects unused variables in perl modules River stage two • 7 direct dependents • 13 total dependents

Test::Vars provides test functions to report unused variables either in an entire distribution or in some files of your choice in order to keep your source code tidy....

GFUJI/Test-Vars-0.015 - 20 Apr 2021 13:53:39 UTC - Search in distribution

Venus::Vars - Vars Class River stage two • 3 direct dependents • 56 total dependents

This package provides methods for accessing %ENV items....

AWNCORP/Venus-4.15 - 27 Nov 2023 17:12:55 UTC - Search in distribution

Config::Vars - A module for keeping configuration variables in a central perl file. River stage zero No dependents

Most sizeable projects require a number of configuration variables to be stored somewhere. Sometimes a config file is the best solution for this, but often a plain Perl module is used for this. The nice thing about using a Perl module is that you can...

ROODE/Config-Vars-0.01 - 27 May 2003 02:02:48 UTC - Search in distribution

vars::global - try to make global variables a little safer River stage zero No dependents

This module lets you define 'global' variables and gain a slight advantage over blind use of package variables. The global variables live inside the "vars::global" package, with the names given by the user. Where' the advantage? It's two-fold: * ther...

POLETTIX/vars-global-0.0.4 - 02 Aug 2013 20:48:09 UTC - Search in distribution

FindApp::Vars - FIXME River stage zero No dependents

Public Methods FIXME Exports FIXME...

TOMC/FindApp-v0.0.6 - 01 Nov 2021 14:47:49 UTC - Search in distribution

lib/Stem/Vars.pm River stage zero No dependents

URI/Stem-0.11 - 01 Dec 2006 08:59:40 UTC - Search in distribution

Data::Object::Vars River stage one • 1 direct dependent • 1 total dependent

This package provides methods for accessing %ENV items....

AWNCORP/Data-Object-Vars-2.01 - 20 Mar 2020 14:32:37 UTC - Search in distribution

Data::Object::Vars River stage zero No dependents

This package provides an object-oriented interface to the process' environment variables....

AWNCORP/Do-1.88 - 14 Oct 2019 14:45:43 UTC - Search in distribution

PHP::Include::Vars River stage zero No dependents

Please see PHP::Include for details. PHP::Include::Vars is an implementation for the include_php_vars() macro....

AMBS/PHP-Include-0.37 - 12 Oct 2015 16:49:48 UTC - Search in distribution

ex::constant::vars - create readonly variables (alternative to constant pragma) River stage zero No dependents

This package allows you to create readonly variables. Unlike the "constant" pragma, this module lets you create readonly scalars, arrays and hashes. The Const::Fast module is a much better solution for immutable variables. This module "tie()"s variab...

JANITOR/ex-constant-vars-0.07 - 03 Nov 2020 21:47:10 UTC - Search in distribution

Ansible::Util::Vars River stage zero No dependents

Read Ansible runtime vars into native Perl. To indicate which vars to read, you use the variable dot notation similar to what is described in the Ansible documentation. Further information about the Perl implementation can be found in Hash::DotPath. ...

GRAVATTJ/Ansible-Util-0.001 - 06 Nov 2020 17:45:11 UTC - Search in distribution

Badger::Class::Vars - class module for defining package variables River stage one • 4 direct dependents • 6 total dependents

This module allows you to pre-declare and optionally, define values for package variables. It can be used directly, or via the vars export hook in Badger::Class. # using the module directly use Badger::Class::Vars '$FOO @BAR %BAZ'; # using it via Bad...

ABW/Badger-0.16 - 05 Jun 2023 07:47:33 UTC - Search in distribution

Log::Dispatch::Vars - Variables used internally by multiple packages River stage four • 134 direct dependents • 1049 total dependents

There are no user-facing parts here....

DROLSKY/Log-Dispatch-2.71 - 06 Apr 2023 03:52:59 UTC - Search in distribution

XML::Template::Vars - Module for handling XML::Template variables. River stage zero No dependents

EMRYS/XML-Template-3.20 - 26 Dec 2003 17:11:27 UTC - Search in distribution

CatalystX::Imports::Vars - Import application variables River stage zero No dependents

This module allows you to bind various package vars in your controller to specific places in the framework. By default, the variables $self, $ctx and @args are exported. They have the same value as if set via my ($self, $ctx, @args) = @_; in your act...

FLORA/CatalystX-Imports-0.05 - 26 Apr 2009 03:38:57 UTC - Search in distribution

Sport::Analytics::NHL::Vars - Global variables for a variety of use. River stage zero No dependents

ROMM/Sport-Analytics-NHL-1.53 - 14 Jul 2019 23:40:29 UTC - Search in distribution

Mojolicious::Plugin::Helper::Vars - Stash & every_params to one var named. River stage zero No dependents

MCHE/Mojolicious-Plugin-Helper-Vars-0.0004 - 26 Oct 2017 10:34:08 UTC - Search in distribution

Code::TidyAll::Plugin::Test::Vars - Provides Test::Vars plugin for Code::TidyAll River stage one • 2 direct dependents • 2 total dependents

This module uses Test::Vars to detect unused variables in Perl modules....

MAXMIND/Code-TidyAll-Plugin-Test-Vars-0.04 - 19 Sep 2016 04:59:35 UTC - Search in distribution
982 results (0.123 seconds)