in reply to Re: How to get the path delimiter in current system?
in thread How to get the path delimiter in current system?

if I understand correctly Config{path_sep} is relative to %ENV, ie what is the separator in the $ENV{PATH}, not path in the sense of directory path.
perl -MConfig -e "print $Config{path_sep}" ;

L*
There are no rules, there are no thumbs..
Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.