Perl

From Server Knowledge Base
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

To be Edited.

Echo equivalent

print "Hello World.\n";

Print Environment Information

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