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

Search results for "module:Env::Path"

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

Win32::Env::Path - Manipulate environment PATH strings River stage zero No dependents

Win32::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 UTC

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

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

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

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

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::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::Modify - affect Perl %ENV from subshell River stage zero No dependents

New 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 UTC

Complete::Env - Completion routines related to environment variables River stage three • 3 direct dependents • 550 total dependents

PERLANCAR/Complete-Env-0.400 - 31 Dec 2017 03:09:30 UTC

LMDB_File - Tie to LMDB (OpenLDAP's Lightning Memory-Mapped Database) River stage one • 4 direct dependents • 4 total dependents

NOTE: 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.13 - 19 Jan 2024 22:45:07 UTC

Env::Modulecmd - Interface to modulecmd from Perl River stage one • 1 direct dependent • 1 total dependent

"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 UTC

SPVM::Sys::Env - Environemnt Variables River stage one • 6 direct dependents • 6 total dependents

The "Sys::Env" class in SPVM has methods to manipulate environemnt variables....

KIMOTO/SPVM-Sys-0.514001 - 27 Mar 2024 02:45:54 UTC

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

This module allows you to evaluate Perl code(s) in environment variable(s), in the END block, basically for convenience in one-liners. If name(s) of environment variables are not specified, "PERL_END_EVAL_ENV" is the default. The purpose of Begin::Ev...

PERLANCAR/End-Eval-Env-0.004 - 18 Feb 2022 00:06:05 UTC

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

Env::Sanctify::Auto - Perl module that cleans up %ENV River stage zero No dependents

Environment 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 UTC

Test::Requires::Env - Testing environments and skipping by result of the testing River stage one • 2 direct dependents • 2 total dependents

Test::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 UTC

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

This package just contains functions for use in the main package Env::Dot and in the command line tool envdot....

MIKKOI/Env-Dot-0.013 - 31 Mar 2024 07:19:26 UTC
23 results (0.05 seconds)