On Tue, 2008-11-25 at 12:15 -0800, [EMAIL PROTECTED]
wrote:
> Hi,
> I'm trying to write a simple script which reads some data from a file
> and generates an HTML page with a graph in it describing the data from
> the file. I know how to do all the processing, but I don't know which
> packages to use in order to create the graphics and to generate the
> HTML file.
> I tried checking GD but the simple examples didn't create any output
> (perhaps I was doing something wrong). If someone could just tell me
> where to look.

To create the HTML, use CGI.  It is a standard module included in all
distributions.

For graphics, have you considered GD::Graph
http://search.cpan.org/author/BWARFIELD/GDGraph-1.44/Graph.pm


-- 
Just my 0.00000002 million dollars worth,
  Shawn

The key to success is being too stupid to realize you can fail.


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


Reply via email to