in reply to tainted invironment
$ENV{foo} = 'outside'; { local %ENV; $ENV{foo} = 'inside'; print `echo \$foo`; } print `echo \$foo`; [download]
2;0 juerd@ouranos:~$ perl -e'undef christmas' Segmentation fault 2;139 juerd@ouranos:~$ [download]