#### #### foreach $key (sort(keys %ENV)) #displays the environment variables { print "$key = $ENV{$key}\n"; }