in reply to DBD-Oracle install problem in Windows machine

I've not tried to install it myself, but from reading the output you posted, it seems that there may be a problem with the install path having spaces in one of the dir names.

'C:\Program' is not recognized as an internal or external command, operable program or batch file.

You might try installing Perl in c:\Perl, then installing the module again and see if that fixes the problem.

Replies are listed 'Best First'.
Re^2: DBD-Oracle install problem in Windows machine
by astroboy (Chaplain) on Nov 03, 2006 at 13:52 UTC
    That'd be my guess. My experience on Windows is that if you install Perl in a path with spaces, you're asking for trouble