The stupid question is the question not asked | |
PerlMonks |
Re: Print Flat File to HTMLby jZed (Prior) |
on Nov 20, 2007 at 06:49 UTC ( [id://651870]=note: print w/replies, xml ) | Need Help?? |
Or you could accomplish the same thing with this complete script:
That takes the tab "delimited" file "somefile.csv" and turns it into an HTML table. It assumes that the columns are stored in the first row of the file, if not, you can easily specify them.
In Section
Seekers of Perl Wisdom
|
|