in reply to Re: How to get the path delimiter in current system?in thread How to get the path delimiter in current system?
perl -MConfig -e "print $Config{path_sep}" ; [download]