JackTheRussel
Programmer
Hi,
I get data from db (fetchall_arrayref).
SELECT a,b,c from...
Now I get records from db and record should write into file like this:
How can I do this ?
It's seems not to be possible when I use
fetchall_arrayref ?
What can I do ?
Thanks.
I get data from db (fetchall_arrayref).
SELECT a,b,c from...
Now I get records from db and record should write into file like this:
Code:
record1 record2 record3
record1 record2 record3
record1 record2 record3
How can I do this ?
It's seems not to be possible when I use
fetchall_arrayref ?
What can I do ?
Thanks.