Extracted from Pike v7.6 release 61 at 2005-12-30.
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()