Extracted from Pike v7.6 release 87 at 2006-08-03.
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()