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

Search results for "module:Env"

Env - perl module that imports environment variables as scalars or arrays River stage five • 63 direct dependents • 10451 total dependents

Perl maintains environment variables in a special hash named %ENV. For when this access method is inconvenient, the Perl module "Env" allows environment variables to be treated as scalar or array variables. The "Env::import()" function ties environme...

FLORA/Env-1.04 - 02 Mar 2013 17:11:13 UTC

Env::C - Get/Set/Unset Environment Variables on the C level River stage one • 2 direct dependents • 2 total dependents

This module provides a Perl API for getenv(3), setenv(3) and unsetenv(3). It also can return all the "environ" variables. You also can use "setenv_multi" and "getenv_multi" for bulk operations with environment. Sometimes Perl invokes modules with und...

MSCHOUT/Env-C-0.15 - 11 Aug 2017 18:27:59 UTC

Run::Env - running environment detection River stage one • 1 direct dependent • 1 total dependent

Usefull in cases if the program/script should behave in slightly different way depending on if it's run on developers machine, user acceptance test server, staging server or a production server. There can be 4 running environments: qw{ development ua...

JKUTEJ/Run-Env-0.08 - 25 Nov 2010 14:15:35 UTC

App::Env - manage application specific environments River stage one • 1 direct dependent • 1 total dependent

App::Env presents a uniform interface to initializing environments for applications which require special environments. App::Env only handles the loading, merging, and caching of environments; it does not create them. That is done within modules for ...

DJERIUS/App-Env-1.04 - 19 Jan 2024 17:57:23 UTC

Env::PS1 - prompt string formatter River stage zero No dependents

This package supplies variables that are "tied" to environment variables like 'PS1' and 'PS2', if read it takes the contents of the variable as a format string like the ones bash(1) uses to format the prompt. It is intended to be used in combination ...

RSN/Env-PS1-0.06 - 24 Jun 2009 06:00:52 UTC

Env::Dot - Read environment variables from .env file River stage zero No dependents

More flexibility in how you manage and use your .env file. Attn. Existing environment variables always take precedence to dotenv variables! A dotenv variable (variable from a file) does not overwrite an existing environment variable. This is by desig...

MIKKOI/Env-Dot-0.013 - 31 Mar 2024 07:19:26 UTC

PApp::Env - communicate between processes and the outside. River stage zero No dependents

This module can be used to get and set some kind of "environment" variables shared between all papp applications. When inside a PApp environment (e.g. inside a papp program) this module uses PApp's state database handle. Outside the module it tries t...

MLEHMANN/PApp-2.3 - 02 Aug 2023 22:30:09 UTC

HPCI::Env - Role for controlled copying of the %ENV hash for child processes to use River stage one • 3 direct dependents • 3 total dependents

Makes a copy of %ENV (possibly from a previous copy). Provides choice of whitelist (retaining only specified values), blacklist (removing specified values), and augmenting with a list of key value pairs that are determined by the user program. Typica...

BOUTROSLB/HPCI-0.75 - 14 Dec 2018 22:55:43 UTC

Zing::Env - Zing Environment River stage one • 7 direct dependents • 7 total dependents

This package provides a Zing environment abstraction to be used by Zing::App and other environment-aware objects....

AWNCORP/Zing-0.27 - 12 Feb 2021 17:41:40 UTC

ENV::Util - parse prefixed environment variables and dotenv (.env) files into Perl River stage zero No dependents

This module provides a set of utilities to let you easily handle environment variables from within your Perl program. It is lightweight, should work on any Perl 5 version and has no dependencies....

GARU/ENV-Util-0.04 - 20 Dec 2023 02:40:57 UTC

Nano::Env - Nano Environment River stage zero No dependents

This package provides a Zing environment abstraction specific to Nano applications....

AWNCORP/Nano-0.07 - 15 Jan 2021 09:04:02 UTC

Env::Path - Advanced operations on path variables River stage two • 23 direct dependents • 44 total dependents

Env::Path presents an object-oriented interface to *path variables*, defined as that subclass of *environment variables* which name an ordered list of filesystem elements separated by a platform-standard *separator* (typically ':' on UNIX and ';' on ...

DSB/Env-Path-0.19 - 14 May 2013 23:08:16 UTC

ARGV::ENV - Parse an environment variable and unshift into @ARGV River stage zero No dependents

This module searches the first non-empty environment variable with one of the names given at import time, parses it like the Unix shell (using Text::ParseWords::shellwords) and insert the result at the beginning of @ARGV. This module is helpful to im...

DOLMEN/ARGV-ENV-1.00 - 08 Nov 2011 22:34:38 UTC

Env::Bash - Perl extension for accessing _all_ bash environment variables. River stage zero No dependents

Env::Bash enables perl access to ALL bash environment variables ( including those that may be bash arrays ). But you say: "That doesn't make sense; perl already has the %ENV hash. Why not use that?". Well, please run: $ perl -e 'print "$_ = $ENV{$_}\...

BEAU/Env-Bash-0.04 - 24 Dec 2004 13:00:57 UTC

Test::Env - test the environment River stage one • 1 direct dependent • 1 total dependent

Functions env_ok( NAME, VALUE ) Ok if the environment variable NAME is VALUE. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 5: =over without closing =back...

BDFOY/Test-Env-1.086 - 08 Jan 2022 22:39:30 UTC

Win32::Env - set and retrieve global system and user environment variables under Win32. River stage zero No dependents

ROWAA/Win32-Env-0.03 - 13 Oct 2006 09:17:39 UTC

Env::Assert - Ensure that the environment variables match what you need, or abort. River stage zero No dependents

MIKKOI/Env-Assert-0.010 - 02 Jan 2024 19:34:13 UTC

Config::ENV - Various config determined by %ENV River stage zero No dependents

Config::ENV is for switching various configurations by environment variable....

ANATOFUZ/Config-ENV-0.19 - 11 Jun 2022 02:10:49 UTC

Env::Export - Export %ENV values as constant subroutines River stage zero No dependents

This module exports the requested environment variables from %ENV as constants, represented by subroutines that have the same names as the specified environment variables. Specification of the environment values to export may be by explicit name, she...

RJRAY/Env-Export-0.22 - 07 Jul 2011 08:08:48 UTC

Env::Heroku - set Heroku add-on specific environment variables River stage zero No dependents

Set Heroku add-on specific environment variables from Heroku config environment variables to the respective default variables. For example "Env::Heroku::Pg" will unpack the DATABASE_URL env "postgres://user:password@hostname:port/database" to env var...

PNU/Env-Heroku-0.003 - 21 Aug 2015 15:17:42 UTC
144 results (0.029 seconds)