Can You insert a $dbh->trace($level) before the failing statement (with a $level
of 1 or higher) and a $dbh->trace(0) after it? Show us the trace output. I hope
we will see what exactly is tainted.
Greetings
Robert
Am 28.03.2011 13:42, schrieb Karl Oakes:
I have tried using the native IO:File open using multiple file modes and the
writing methods and they work without error using exactly the same params.. I'm
confused now, as I thought the file open in write mode would fail, obviously
not... I know I could probably change to use the native IO::file but it is much
easier to use SQL, no sequential access needed then. So why is the DBD-CSV
failing? Any suggestions ?