How to print all environment variables

for $key (sort keys %ENV) {
    print "<strong>$key</strong> = $ENV{$key}<br />\n";
}

Page Comments (Click to edit)






[Click to add or edit comments])

Please prepend comments below including a date

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Have a nice day.