in reply to manipulating environment variables
for my $name (keys %MCONF) { $ENV{$name} = $MCONF{$name}; } [download]
(but note that this only has an effect for the current process and its subprocesses)