I have DBI::CSV running OK when the table is created in the same folder as the perl script, and the data file is also in the same folder. But I cannot find a way of telling the script that the dbh table file and the data file are in a different folder. When I try to do this I get parse error and file not found error. For example I cannot get these to work:
c:/program files/apache group/apache/htdocs/cgi-bin/data/db_table data/db_table /data/db_table It would be very helpful to have an example of a valid path for creating a table file. Thanks for help on my previous problem (sorting on numeric fields). Part of my problem was getting the format of the source file exactly right. If rows were terminated wrong (eg \r\r\n), the data file would not be read. However this was fiddly to detect. Clive F
