in reply to Re: Low-threshold function in Text::CSV_XS (@EXPORT_OK)
in thread Low-threshold function in Text::CSV_XS
It isn't a burden to type use Text::CSV_XS 'csv2list';
Except for when using one liners. This:
perl -MText::CSV -E"csv2list(...)"
Is nicer than:
perl -MText::CSV=cvs2list -E"csv2list(...)"
(But then, I'd name the function just csv(). )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Low-threshold function in Text::CSV_XS (App::CCSV)
by Anonymous Monk on Jan 25, 2014 at 01:01 UTC | |
by Tux (Canon) on Jan 25, 2014 at 12:40 UTC |