Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Print Flat File to HTML

by jZed (Prior)
on Nov 20, 2007 at 06:49 UTC ( [id://651870]=note: print w/replies, xml ) Need Help??


in reply to Print Flat File to HTML

Or you could accomplish the same thing with this complete script:
#!/usr/bin/perl use warnings; use strict; use AnyData; adConvert('Tab','somefile.csv','HTMLtable','somefile.html'); __END__
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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://651870]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (7)
As of 2024-04-18 03:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found