Perl Environment Variable Listing


/ Published in: Perl
Save to your folder(s)

Just to list perl environment variables.


Copy this code and paste it in your HTML
  1. print ($_."=",$ENV{$_}."<br />") foreach (keys %ENV);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.