J
|
Posted: 03/31/2005, 1:04 PM |
|
Hi
I am trying to convert a CSV file to graph output on the browser and be saved on the PC - any ideas?
Also is there a way to output the contents of the CSV file to the browser by writing code in Perl? I have managed to do this by using a CSV converter from the web, but would prefer to write code.
Thanks
J
|
|
 |
Oren
|
Posted: 04/19/2005, 7:48 AM |
|
did yo umanage to find somthing ?
I'm trying also ...
O
|
|
 |
Last Hero
|
Posted: 04/19/2005, 11:51 PM |
|
use Text::CSV for parsing file
use GD or GD::Graph for visualization
use other forum for none CCS question
|
|
 |
srinivas reddy
|
Posted: 05/03/2005, 10:39 PM |
|
Guys I am generating a few csv files with perl. I am able to convert these cvs file to HTML pages. But i want some graphs out of these files. Which i want to generate automatically. is there a way out ???? Please help me if any one is familiar.
Thanks and Regards
|
|
 |