http://www.perlmonks.org?node_id=672394


in reply to The future of Text::CSV_XS - TODO

I finally scratched a longstanding personal itch. No more need for 'useIO::Handle;'. Text::CSV_XS will now do that for you automatically at the moment it is needed, and only once, so no performance penalty. This will simplify one-liners.

2008-03-06 0.36 - H.Merijn Brand * Updated ppport.h * auto-load IO::Handle when needed * Tested with all available perl builds, including a fresh threaded 5.11 (blead)

Enjoy, Have FUN! H.Merijn