in reply to Re^4: Installing DBD::Pg on Windows XP Pro 32b
in thread Installing DBD::Pg on Windows XP Pro 32b

POSTGRES_INCLUDE: C:/PROGRA~2/POSTGR~1/8.4/include POSTGRES_LIB: C:/PROGRA~2/POSTGR~1/8.4/lib

I am using "C:\Program-Files\" instead of "C:\Program Files\", so C:/Progra~2/ should be correct.

"Should be"? Are you sure? Are you really sure? Because, I wouldn't just trust it.

When in doubt, you can use the Win32 function GetShortPathName to get the actual short path name.

use Win32 (); print Win32::GetShortPathName('c:/program files');