Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use 5.018;
    use warnings;
    ...
        printf("%-10.10s: $ENV{$key}\n", $key);
    
    }