use Text::CSV_XS; my $csv = Text::CSV_XS->new ({ binary => 1 }); while (my $r = $sth->fetch) { $csv->print (*STDOUT, $r); }
In reply to Re: Formatting question??
by Tux
in thread Formatting question??
by sudip_dg77
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |