- or download this
while (@row = $sth->fetchrow_array) {
- or download this
print TXT "\nBOR $data->[3]|$data->[2]|$data->[9]|$data->[10]|$data->
+[4]|$data->[13]";
- or download this
print TXT "\nBOR ", join("|", @data[3,2,9,10,4,13]);
- or download this
push @data, "\nBOR ", join("|", @data[3,2,9,10,4,13]);