Extracted from Pike v7.6 release 13 at 2004-09-08.
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()