# The following 4 lines are here only because the current directory for # 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 scripts are located. push(@INC, 'C:\\inetpub\\wwwroot\\test-mck\\mck-cgi\\'); #ditto here. }