Help for this page
#!/usr/bin/perl use strict; ... for (sort keys %ENV) { printf($format, "$_:", $ENV{$_}); }