#!perl -w use strict; # See all environment variables foreach my $key (sort keys %ENV) { print "$key: $ENV{$key}\n"; }