Hi Bal -- > All this is quite simple to make work and is working fine. > The complex part > is to generate a graph for the data returned by the query. I > have never used > any modules for generating graphs and would like to know > which will be the > best module to use with CGI::Application and approach I need > to take for > implement this.
CGI::Application will allow you to use any graphing module you like. There are at least a couple on CPAN which are quite popular. (GD::Graph and Chart::Graph come to mind.) No matter which graphing module you choose, they should all be compatible with CGI::Application. If you run into specific CGI-App / Graph problems, bring it back to the list and we'll help you out. Warmest regards, -Jesse- Jesse Erlbaum, CTO Vanguard Media http://www.vm.com 212.242.5317 x115 [EMAIL PROTECTED] --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
