Re: [ANNOUNCE] mod_perl 2.0.0-RC6

2005-05-06 Thread Stas Bekman
Randy Kobes wrote: On Fri, 6 May 2005, Steve Hay wrote: Markus Wichitill wrote: [ .. ] I guess you two didn't remove the "if (!size)" check like I did? Shit. How dumb am I? You're absolutely right -- you have to remove the size check as well in order for Randy's fix to even be reached! With this

Re: Graphics / Pie Charts

2005-05-06 Thread Foo Ji-Haw
You can try ImageMagick. Very nicely done. David Hofmann wrote: In order to provided stat data on my companies website my boss has asked me to write a program that pulls stat data from our database and display it on a page in graphs and pie charts. He'd like the program to hand the abilty to up

Re: Graphics / Pie Charts

2005-05-06 Thread Jay Scherrer
Both GTK+ and Perl::TK work really well. Using Perl GTK+ can actually manipulate graphics through the Gimp. Jay Scherrer On Fri, 2005-05-06 at 15:34 -0400, David Hofmann wrote: > In order to provided stat data on my companies website my boss has asked me > to write a program that pulls stat data

Re: Graphics / Pie Charts

2005-05-06 Thread Jeff Ambrosino
If, by chance, you also have use for a general purpose templating system, I've had great luck with Template-Toolkit (www.template-toolkit.org.) Among [many] other things, it embeds GD so you can write little templates that slurp in the data and produce graphics with graphs, charts, etc. The learn

Re: Graphics / Pie Charts

2005-05-06 Thread Hans Poo
I don't know if it's too much for a posting but, i 've just build a module under mod_perl to do just that, i call whenever i need a pie chart. You call it like this: First you put a handler in httpd.conf: -- SetHandler perl-script PerlHandler UB::Gra

Re: Graphics / Pie Charts

2005-05-06 Thread Sam Tregar
On Fri, 6 May 2005, David Hofmann wrote: > Someone recommend that I use GDGraph-1.43. Looking at it there > hasn't been an update since 2003. So before I go play with it I > figure I ask here if anyone has done and graph stuff, and if there a > better module to use under mod perl. I asked a simil

Graphics / Pie Charts

2005-05-06 Thread David Hofmann
In order to provided stat data on my companies website my boss has asked me to write a program that pulls stat data from our database and display it on a page in graphs and pie charts. He'd like the program to hand the abilty to up the minute request, so I have to generate them on the fly. The

Re: [ANNOUNCE] mod_perl 2.0.0-RC6

2005-05-06 Thread Randy Kobes
On Fri, 6 May 2005, Steve Hay wrote: > Markus Wichitill wrote: [ .. ] > > > >I guess you two didn't remove the "if (!size)" check like I did? > > > Shit. How dumb am I? > > You're absolutely right -- you have to remove the size > check as well in order for Randy's fix to even be reached! > With t

[mp1] post2get and multipart/form-data

2005-05-06 Thread Frank Maas
Hi, After some time doing other things, I recently started to upgrade our installation. While doing this I got the new version of CGI.pm that uses XHMTL for default and, as a result, uses multipart/form-data as default encoding... Our websystem works in a 2-phase manner: a user requests an URI and

Re: [ANNOUNCE] mod_perl 2.0.0-RC6

2005-05-06 Thread Steve Hay
Markus Wichitill wrote: >Randy Kobes wrote: > > >>>Randy, if you spot locations in docs and tests that do a comparison with >>>these two constants, which we will now have right, please adjust those. >>>Thank you! >>> >>> >>Thanks, Stas. I've done that, but unfortunately, like Steve, >>I'm

Re: [ANNOUNCE] mod_perl 2.0.0-RC6

2005-05-06 Thread Markus Wichitill
Randy Kobes wrote: Randy, if you spot locations in docs and tests that do a comparison with these two constants, which we will now have right, please adjust those. Thank you! Thanks, Stas. I've done that, but unfortunately, like Steve, I'm also finding these 2 tests still have problems :( I'll keep