: 
: i would like to be able to read in a "csv" file and output it
: into html. does anyone have a template type of a script that
: could this that would be willing to share it?
: 

It doesn't look like anyone else answered this question, so...

"CSV" should just be a comma-separated-values file, which is pretty much
what it sounds like. I believe there is a DBD::CSV (or similar) module
that gives you a database API (i.e. DBI) to files in this format, or if
the data is relatively simple you may prefer to write your own routine
to split each line on a comma character.

HTH,

--Art
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to