in reply to catfile/catdir collapses two leading slashes //
Since File::Spec::Functions is system specific, the warning ("Don't assume ...") doesn't apply.
Since you are using a unix system, "//" can be collapsed, and you get
/special/semantic/path/definition
Since I use a Windows system, leading "\\" is special, and I get
\\special\semantic\path\definition
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: catfile/catdir collapses two leading slashes //
by repellent (Priest) on Sep 17, 2008 at 20:31 UTC | |
by ikegami (Patriarch) on Sep 17, 2008 at 22:20 UTC |