Mega Code Archive

 
Categories / Perl / System Functions
 

Use Env

use Env;  $path2 = $PATH; $path2 =~ tr/:/\n/; print $path2;