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(). )
In reply to Re^2: Low-threshold function in Text::CSV_XS (@EXPORT_OK)
by BrowserUk
in thread Low-threshold function in Text::CSV_XS
by Tux
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |