> Hi all, > > I need to capture data from oracle database and > present it in form of a chart/ graph. Also, we need to > compare the cureent week reports with last week, which > can be done best through chart comparison. > I checked out CPAN and found quite a few under > category graph. Can someone please let me know, which > would be the best module to handle this scenario. >
I have had good luck getting GD::Graph to work, and though I haven't used it extensively the range of options it provides is pretty dizzying. The underlying c libs (GD) are very thorough as well, which can also mean they are complicated depending on your skill level. They also mean that you have to get the c libs to install, etc. Depending on your expertise building software, the amount of customization you want to do, and the system you are on can all factor in. Having said that, I haven't really used other graphing modules so one of them may suit your needs better. I assume you are using DBI for the oracle interaction... http://danconia.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>