6 lines
66 B
Perl
6 lines
66 B
Perl
|
use Env;
|
||
|
|
||
|
$path2 = $PATH;
|
||
|
$path2 =~ tr/:/\n/;
|
||
|
|
||
|
print $path2;
|