Help for this page
#!/usr/bin/perl ... say "File::Spec::canonpath"; foreach my $pth (@pth) { resolves $pth, File::Spec->canonpath ($pth); + }
OP /a/b/c/d/../../../e -> /a/e ... ../scripting -> ../scripting ./tmp -> tmp /tmp/../../../tmp -> /tmp/../../../tmp