Extracted from Pike v7.6 release 112 at 2008-06-24.
pike.ida.liu.se
[Top]

Method putenv()


Method putenv

void putenv(string varname, string value)

Description

Sets the environment variable varname to value .

On NT the environment variable name is case insensitive.

See also

getenv()