gwhite has asked for the wisdom of the Perl Monks concerning the following question:
getConfig is a defined subroutine that exists in common.inc along with several other routines and assigning some common values for the application, but the browser is giving me: Undefined subroutine &main::getConfig called at ..... The logfiles IIS generates are useless in helping me sort out what is happening. I have tried giving the full path to common.inc, just common.inc and as you see it in the code. Permissions seem to be that the web_user has full access to the file (just trying to get it to work).do "./common.inc"; my $input = new CGI(); my $config = getConfig($input->param('extracfg'));
I am sure I am overlooking something, but Windows has given me snake bites in the past.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Do not working as expected on Windows
by ikegami (Patriarch) on Sep 04, 2007 at 15:16 UTC | |
by gwhite (Friar) on Sep 04, 2007 at 15:41 UTC | |
by ikegami (Patriarch) on Sep 04, 2007 at 16:08 UTC |