in reply to How to get the path delimiter in current system?
C:\>perl -V:path_sep path_sep=';'; C:\> [download]
perl -MConfig -e "print $Config{path_sep}" ; [download]