
Mortimer
journeyman
May 17, 2001, 4:12 PM
Post #2 of 2
(419 views)
|
$basedir refers to an *example* of a directory that contains a file to be opened. It will probably be different on your server. If you're setting up a program, it sounds like the author is telling you that you need to assign the full path to your file, to $basedir, without the trailing slash, which will be added later in the program. You should be able to find the path by placing a script in the directory which outputs %ENV. You may even be able to use $ENV{'DOCUMENT_ROOT'} Dave
|