#... foreach $key (sort keys %ENV) { print "$key"; print "$ENV{$key}"; } #...