anykeyman has asked for the wisdom of the Perl Monks concerning the following question:
UPD: to make it more clear, I need to get full correct-cased path.
Like that: '../../foo/bar/baz' -> '../../Foo/BaR/bAZ'
(I can write a module for that using readdir, but I think there is a way to do so that without directory traversing.)
|
|---|