Re: csv to jpg
[email protected] ("Santosh Reddy")
| Newsgroups | perl.beginners |
|---|---|
| Message-ID | <[email protected]> |
Do we need to have a database for this? Cant we do it without a database. Just using txt or csv file and make a jpg or png out of it On Thu, Jun 12, 2008 at 4:34 PM, Jeff Peng <[email protected]> wrote: > On Thu, Jun 12, 2008 at 4:49 PM, Santosh Reddy <[email protected]> > wrote: > > Hi, > > > > I am having some prstat log files. From which i want to make some graphs. > > Any pointers are greatly appreciated. > > > > Hi, > > Parse the logs and write the results to a database, then using > GD::Graph or something like that to make graphs in web pages. > > > -- > Jeff Peng - [email protected] > Professional Squid supports in China > http://www.ChinaSquid.com/ > > -- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > http://learn.perl.org/ > > > -- Thanks & Regards, Santosh Reddy.