On Thu, 14 Apr 2005, Michael Gale wrote:

>       I am currently googling for this but ... I want to know what 
> people think or have used to create reports in perl. Maybe creating 
> some kind of graph or an excel report ?

Lots of things, depending on the specific needs. 

The GD::Graph module has long been popular for generating data graphics; 
SVG::TT::Graph is a newer and probably better approach to consider:

  <http://use.perl.org/~davorg/journal/20979>
  
<http://search.cpan.org/~ronan/SVG-Template-Graph-0.04/lib/SVG/Template/Graph.pm>

Spreadsheet::WriteExcel is popular for writing Excel documents.

  <http://use.perl.org/~jmcnamara/journal/20494>
  
<http://search.cpan.org/~jmcnamara/Spreadsheet-WriteExcel-2.12/lib/Spreadsheet/WriteExcel.pm>

Other tools are useful for other kinds of reports.

Searching <http://search.cpan.org/> is usually a good start.


-- 
Chris Devers

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to