Hi,
I am trying to fetch some records from DB views and trying to write them to a text file. When I run the code I get the error
"Can't use string<""> as a HASH ref while "strict refs" in use at dbcsv.pl line 52".
I know there is some problem somewhere in fetching the rows. Can some one tell me the correct way to fetch the records so they get written also in the text file?