in reply to Re^3: How to set variable names using Text::CSV?
in thread How to set variable names using Text::CSV?
use Text::CSV; my $t = Text::CSV::B->new; # binary 1 by default ....
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to set variable names using Text::CSV?
by Tux (Canon) on Oct 19, 2009 at 12:45 UTC |