in reply to Re: How to get the unique canonical path of a given path?
in thread How to get the unique canonical path of a given path?
What do you think?unless ($path =~ /^\//) { $path = catdir(getcwd,$path); }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How to get the unique canonical path of a given path?
by Fletch (Bishop) on Jul 13, 2022 at 21:58 UTC | |
Re^3: How to get the unique canonical path of a given path?
by hippo (Archbishop) on Jul 13, 2022 at 21:26 UTC | |
by ikegami (Patriarch) on Jul 14, 2022 at 14:50 UTC | |
by hippo (Archbishop) on Jul 14, 2022 at 15:27 UTC |