<html>
<body>
I really install the files as subdirectories off of cgi-bin, since on
other systems I don't have access to the site/lib. For me this works best
since I have to do things across multiple systems. <br><br>
Files look like this. I turned on the x bit during my debugging.<br>
<font face="Courier New, Courier">./Parse:<br>
total 88<br>
drwxr-xr-x&nbsp; 2 matrix01 apache&nbsp; 4096 May&nbsp; 3&nbsp; 2006
.<br>
drwxr-xr-x&nbsp; 9 matrix01 apache&nbsp; 4096 Dec 13 13:58 ..<br>
-rw-r--r--&nbsp; 1 matrix01 apache 77401 Apr&nbsp; 9&nbsp; 2003
RecDescent.pm<br><br>
./Spreadsheet:<br>
total 188<br>
drwxr-xr-x&nbsp; 3 matrix01 apache&nbsp;&nbsp; 4096 Dec 13 14:46 .<br>
drwxr-xr-x&nbsp; 9 matrix01 apache&nbsp;&nbsp; 4096 Dec 13 13:58 ..<br>
drwxr-xr-x&nbsp; 2 matrix01 apache&nbsp;&nbsp; 4096 Dec 12 13:23
WriteExcel<br>
-rwxr-xr-x&nbsp; 1 matrix01 apache 173941 Dec 12 19:10
WriteExcel.pm<br><br>
./Spreadsheet/WriteExcel:<br>
total 352<br>
drwxr-xr-x&nbsp; 2 matrix01 apache&nbsp;&nbsp; 4096 Dec 12 13:23 .<br>
drwxr-xr-x&nbsp; 3 matrix01 apache&nbsp;&nbsp; 4096 Dec 13 14:46 ..<br>
-rwxr-xr-x&nbsp; 1 matrix01 apache&nbsp;&nbsp; 6234 Dec 12 19:09
BIFFwriter.pm<br>
-rwxr-xr-x&nbsp; 1 matrix01 apache&nbsp;&nbsp; 1722 Dec 12 19:09
Big.pm<br>
-rwxr-xr-x&nbsp; 1 matrix01 apache&nbsp;&nbsp; 6816 Dec 12 19:09
Chart.pm<br>
-rwxr-xr-x&nbsp; 1 matrix01 apache&nbsp; 22052 Dec 12 19:09
Format.pm<br>
-rwxr-xr-x&nbsp; 1 matrix01 apache&nbsp; 51637 Dec 12 19:09
Formula.pm<br>
-rwxr-xr-x&nbsp; 1 matrix01 apache&nbsp; 11221 Dec 12 19:09
OLEwriter.pm<br>
-rwxr-xr-x&nbsp; 1 matrix01 apache&nbsp; 27683 Dec 12 19:09
Utility.pm<br>
-rwxr-xr-x&nbsp; 1 matrix01 apache&nbsp;&nbsp; 2417 Dec 12 19:09
WorkbookBig.pm<br>
-rwxr-xr-x&nbsp; 1 matrix01 apache&nbsp; 61893 Dec 12 19:09
Workbook.pm<br>
-rwxr-xr-x&nbsp; 1 matrix01 apache 127156 Dec 12 19:09
Worksheet.pm<br><br>
</font><pre>&gt;Is is a permissions problem with the directory/file? Or
the library was installed as root and the user &gt;cannot access it? Try
getting return values from calls to Perl library. That might tell you
something &gt;important. Ignoring return values can really cause you
unnecessary anxiety.
&gt;
&gt;Bradley

</body>
</html>