Subject: | [REQ] ability to parse strings |
Hiya,
It'd be nice if Text::CSV::Simple was able to receive its data from strings as well as files.
This is handy for files you receives over some connection (ie: HTTP upload) - instead of saving to disk and opening them again, you just parse in situ.
-Steve