in reply to Odd behavior after upgrade of AS Perl
# The following 4 lines are here only because the current directory fo +r # Microsoft IIS when running script on browser is always the root # directory of the web server. # You need to replace the path of the mck-shared and mck-cgi direct if + they #are at different location. BEGIN { push(@INC, 'C:\\inetpub\\wwwroot\\mck-shared\\'); #or wherever the scr +ipts are located. push(@INC, 'C:\\inetpub\\wwwroot\\test-mck\\mck-cgi\\'); #ditto here. }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Odd behavior after upgrade of AS Perl
by earthboundmisfit (Chaplain) on Aug 11, 2001 at 05:57 UTC |