in reply to Re^5: How to read data from csv file and place the data on HTML format
in thread How to read data from csv file and place the data on HTML format
"Where i was not able to use HTML:: modules"
Which modules, why are you not able to use them? Making people guess what problems you're having is a waste of your time and ours. Please be specific, read and understand How do I post a question effectively?.
"Any help on how can i put my data on table"
Does this relate to your many previous posts about emailing this data as the email body? Regardless, since you can print the data, you know you could simply print the HTML required to display this in a table. Alternativly you could use a templating module such as HTML::Template or Template::Toolkit to keep your HTML and your data separate.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: How to read data from csv file and place the data on HTML format
by Perlseeker_1 (Acolyte) on Jun 27, 2013 at 10:50 UTC | |
by marto (Cardinal) on Jun 27, 2013 at 10:58 UTC |