Perl

From Server Knowledge Base
Revision as of 12:25, 15 January 2013 by Rootadminacc (talk | contribs) (Created page with "To be Edited. == Print Environment Information == perl -e 'print "$_=$ENV{$_}\n" for keys %ENV'")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To be Edited.

Print Environment Information

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