We moved a website from a linux apache box to a windows apache box.
Just to be safe I specified the BASE_PATH but I'm still getting a problem where it's hanging the perl process.
My shebang looks like this:
#!"C:/Program Files/InstantServers/MiniPortal/perl/5.8.8.820/bin/perl" -w
I'm using the debug.pl file for all of my troubleshooting.
It seems to hang when doing the various "push" statements. It's fine until it tries to "push" the 27th element into the array. After that it seems to hang. If I comment out #27 it will run through that section without any problems.