> > greetings; > > any suggestion for perl's equivalent for jpgraph (www.aditus.nu/jpgraph/) ? >
A quick search of CPAN turns up some options. I have personally had success with GD::Graph. Don't know that it is as powerful (read: makes things as pretty) as the one you mention. Though since they both use GD presumably everything accomplishable with jpgraph can be done by Perl and possibly GD::Graph. Starting here my make some sense: http://search.cpan.org/modlist/Graphics 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>
