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 UTCWin32::Env::Path is a simple module for inspecting and manipulating environment path lists on Win32, with a particular focus on the PATH, LIB and INCLUDE environment variables. It was designed to allow for intelligent path behaviours during the insta...
ADAMK/Win32-Env-Path-0.03 - 26 Apr 2009 14:46:07 UTCPerl 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 UTCUsefull 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 UTCApp::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-0.35 - 04 May 2020 16:15:18 UTCMakes 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 UTCEnv::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 UTCROWAA/Win32-Env-0.03 - 13 Oct 2006 09:17:39 UTC
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 UTCNew Perl programmers are often confused about how the "system" call interacts with the environment, and they wonder why this code: system('export foo=bar'); system('echo $foo'); behaves differently from system('export foo=bar; echo $foo'); or why whe...
MOB/Env-Modify-0.02 - 08 Aug 2016 14:30:11 UTCPERLANCAR/Complete-Env-0.400 - 31 Dec 2017 03:09:30 UTC
"Env::Modulecmd" provides an automated interface to "modulecmd" from Perl. The most straightforward use of Env::Modulecmd is for loading and unloading modules at compile time, although many other uses are provided. modulecmd Interface In general, "En...
ISAACSON/Env-Modulecmd-1.3 - 19 Aug 2014 16:59:22 UTCNOTE: This document is still under construction. Expect it to be incomplete in places. LMDB_File is a Perl module which allows Perl programs to make use of the facilities provided by OpenLDAP's Lightning Memory-Mapped Database "LMDB". LMDB is a Btree...
SORTIZ/LMDB_File-0.12 - 25 Jan 2017 18:15:12 UTCEnvironment variables such as PATH (command search path) and IFS (input field separator) can have severe security ramifications. Luckily, enabling Perl's taint mode will provide some extra checking whenever there can be potentially unsafe calls to fu...
FREQUENCY/Env-Sanctify-Auto-1.001 - 18 Aug 2009 17:46:10 UTCTest::Requires::Env is testing environments and skipping by result of the testing. This module exports 'test_environments()' sub routine. The sub routine accepts two type arguments. One of them is array of environment names, it is used to check exist...
ZIGOROU/Test-Requires-Env-0.02 - 12 Jul 2011 04:34:23 UTCWin32::PerlExe::Env provides special 'build-in' environment informations of Perl .exe files. The main goal of this module version is to receive the internal temporary directory of packed Perl executables regardless of the used packer. Additional pack...
THW/Win32-PerlExe-Env-0.04 - 09 Sep 2006 22:31:41 UTCThis module provides an OO-based wrapper for the BerkeleyDB::Env(3) class with the standard Paranoid(3) API integration. This class supports all of the standard parameters that BerkeleyDB::Env(3) does. If you're using the Paranoid::BerkeleyDB(3) API ...
CORLISS/Paranoid-BerkeleyDB-2.03 - 24 Mar 2017 00:25:09 UTC