Difference between revisions of "Perl"

From Server Knowledge Base
Jump to navigationJump to search
(Created page with "To be Edited. == Print Environment Information == perl -e 'print "$_=$ENV{$_}\n" for keys %ENV'")
(No difference)

Revision as of 12:25, 15 January 2013

To be Edited.

Print Environment Information

perl -e 'print "$_=$ENV{$_}\n" for keys %ENV'