while (@data = $query->fetchrow) { open (NEWDATA, ">>newdata.txt") or die "Can't append to $!\n"; $~ = PB_BODY_LIMITED; write; close (NEWDATA); } [download]
In reply to File/Fetch Array by qball