|
Posted by Mumia W. (reading news) on October 5, 2006, 6:28 pm
Please log in for more thread options
On 10/05/2006 02:38 PM, vlad wrote:
> I have an url for a csv file that I need to load over the internet
> using perl. Which is the best module to do this? Thanks a lot for your
> assistance?
>
> Vlad
>
Use LWP (LWP::UserAgent) to download the file and Text::CSV_XS (or
Text::CSV) to parse the csv data.
--
paduille.4058.mumia.w@earthlink.net
Posting Guidelines for comp.lang.perl.misc:
http://www.augustmail.com/~tadmc/clpmisc/clpmisc_guidelines.html
|