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

Search results for "module: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

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...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

lib/Make/Rule/Vars.pm River stage one • 1 direct dependent • 1 total dependent

ETJ/Make-2.011 - 23 Dec 2020 15:48:23 UTC

Groups/Vars.pm River stage zero No dependents

XERN/WWW-Google-Groups-0.09 - 04 Jan 2004 07:45:27 UTC
28 results (0.018 seconds)