Perl: realpath() without resolving links?
Posted
by jnylen
on Stack Overflow
See other posts from Stack Overflow
or by jnylen
Published on 2010-03-13T04:31:26Z
Indexed on
2010/03/13
4:37 UTC
Read the original article
Hit count: 452
Is there a Perl function like Cwd::realpath (a.k.a. abs_path) that does NOT resolve symbolic links? I want to resolve . and .. (and normalize slashes) in a path, but leave symbolic links alone.
© Stack Overflow or respective owner