RE: :Graph...crashing...

2006-09-20 Thread Lee Goddard
I'm trying to use the GD module. for plotting a graph on WINDOWS but my Perl script is crashing. Here is the piece of code which is crashing [Perl Command Line Interpreter has encountered a problem and needs to close. We are sorry for the inconvenience.] use GD::Graph::bars; my

RE: :Graph...crashing...

2006-09-20 Thread Nagasamudram, Prasanna Kumar
-GD [0.07] SVG-GD ppm Thanks Prasanna -Original Message- From: Lee Goddard [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 20, 2006 4:59 PM To: Nagasamudram, Prasanna Kumar; beginners@perl.org Subject: RE: :Graph...crashing... I'm trying to use the GD

RE: :Graph...crashing...

2006-09-20 Thread Lee Goddard
From: Nagasamudram, Prasanna Kumar Hi Lee I tried to search for the GD module through ppm and was unable to find it, so I downloaded the tar file from cpan and installed it manually. Ah, that's the problem: GD is a perl binding (Perl, C and glue) to GD. Do you have a compiler? But -

RE: :Graph...crashing...

2006-09-20 Thread Nagasamudram, Prasanna Kumar
[2.07] GDS2 10. SVG-GD [0.07] SVG-GD ppm Thanks Prasanna -Original Message- From: Lee Goddard [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 20, 2006 5:23 PM To: Nagasamudram, Prasanna Kumar; beginners@perl.org Subject: RE: :Graph

RE: :Graph...crashing...

2006-09-20 Thread Lee Goddard
I found a solution . I ran ppm install http://theoryx5.uwinnipeg.ca/ppms/GD.ppd; as mentioned in http://aspn.activestate.com/ASPN/Downloads/ActivePerl/PPM/Repository That solves everything. It's not a bad idea to add Theory5, since Randy who runs it will often build PPMs if you ask