- # Quick and dirty way to split up PATH or any user-specified env var.
- my $arg = $ARGV[0] || 'PATH' ;
- print "$arg:\n\t",join("\n\t",split(';',$ENV{$arg})),"\n";
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 8137 | Paul M. Thompson | Initial test of accessing files in Google Drive via junction in the P4 workspace. | 13 years ago |