in reply to setting env vars from hash fails for me
foreach my $x ( sort keys %ENV ) { print "$x -- $ENV{$x}\n"; } [download]