Subject: | Feature request: exportable functions |
I would <3 this module even more than I already do if I could export functions like 'load_csv'
and 'create_csv' so that my one-liners would be that much more succinct!
For exmaple:
perl -MText::CSV::Slurp=load_csv -e '$d=load_csv shift, [options...]' file.csv
Would be awesome. :-D
Since I'm already a CPAN author, I'd be happy to add the feature myself... I can send a patch or if
you want, you can ad me as a co-maintainer!