Proper path formatting in Perl
When specifying a full local path in a Perl script you must use only single forward slashes as follows:
C:/Websites/userdir/yourdomain.com/cgi-bin
You cannot use single backslashes or double forward slashes.
<< Back