#!/usr/bin/perl
#!perl
#!/usr/bin/perl5
#!/usr/local/bin/perl
#!/usr/local/bin/perl5
use vars qw(%config %category %form %supercat);
use vars qw(%cookie $loginalias $loginpassword);
use POSIX qw(strftime);
use File::Copy;
use strict;
use CGI ();
#use CGI::Carp qw(fatalsToBrowser);
# on Windows NT/2000 servers only you need to specify
# the drive letter (c:,d:,e:) with the server path to the config.pl file example:
# require "c:/your/path/cgi-bin/auction/config.pl";
require "/config.pl";
The problem I am having is that I can't get the right path to config.pl. I have tried many different paths but I always get error messages. Do any of you have any suggestions? The site is hosted on a Windows 2000 server. Thanks!