Alright, I've been looking for about an hour now on google for this answer and am getting a little frustrated. Here's the question:
In *nix, you can simply do a:
use "config.pm";
And if it's in the same directory as the rest of your files, it wont complain, and use the file with all my local/global variables. I want to do the same thing for windows, using apache on windows for a intranet box, however i keep returning errors on there.
Anyone know how to make an "include" or "config" file in active state perl/windows/apache?
Thanks
In *nix, you can simply do a:
use "config.pm";
And if it's in the same directory as the rest of your files, it wont complain, and use the file with all my local/global variables. I want to do the same thing for windows, using apache on windows for a intranet box, however i keep returning errors on there.
Anyone know how to make an "include" or "config" file in active state perl/windows/apache?
Thanks
Comment