Help for this page

Select Code to Download


  1. or download this
    foreach my $x ( sort keys %ENV ) {
       print "$x  --  $ENV{$x}\n";
    }