Please could you help me, or put me in the right direction. 
I set up my perl-cgi script on my windows computer, it uses the DBD::CSV.  
All works well on my computer, but the moduels were not available on the server's 
(unix) computer.  So I set up a directory in my CGI-Bin and uploaded the modules, and 
added "use lib (path/to/directory)" at the begining of my CGI script. 
After about 20 hours debuging and uploading modules, it seems that the script needs to 
use the module "auto/Text/CSV_XS/CSV_XS.dll" but it can't read it 
"auto/Text/CSV_XS/CSV_XS.dll: invalid file format at 
/usr/libdata/perl/5.00503/DynaLoader.pm line 169". 
I assume the CSV_XS.dll module I uploaded, is a binnary file designed for windows and 
Unix can't read it. 
How do I go about getting hold of the Unix version?
Is there any other way of getting the program to work?

Jonathan

[EMAIL PROTECTED]

Reply via email to