Re: Which module should I use in order to load files over the internet?
am 05.10.2006 22:23:02 von Sherm Pendley
"vlad" writes:
> 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?
LWP
sherm--
--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
Re: Which module should I use in order to load files over the internet?
am 06.10.2006 00:28:02 von paduille.4058.mumia.w
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