Re: Graphs in perl ....

2001-08-08 Thread jeffl
Try the GD module, its a Stein!!! jeff On Wed, 8 Aug 2001, Elie De Brauwer wrote: > Date: Wed, 8 Aug 2001 20:16:07 +0200 > From: Elie De Brauwer <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Graphs in perl > > I'm looking for a modules that can create graphs, i want a

Re: Graphs in perl ....

2001-08-08 Thread Mel Matsuoka
At 08:16 PM 08/08/2001 +0200, Elie De Brauwer wrote: >So what i want to >know is there a module / docs about this ? And how can i search these modules >by myself so i don't need to bother this list each time i need a module ;)) http://search.cpan.org should be everyones first stop before askin

Re: Graphs in perl ....

2001-08-08 Thread MPM
The module you are probably looing for is GD::Graph. The pod that comes with it contains enough info to get you started with it. Have you looked into MRTG though? It does what your looking for with snmp and then assembles averages multiple graphs get generated with lesser and lesser detail. If