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

RE: :Graph...crashing...

2006-09-20 Thread Nagasamudram, Prasanna Kumar
1.05] GDGraph-Map 9. GDS2[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; beginne

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? B

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 4:59 PM To: Nagasamudram, Prasanna Kumar; beginners@perl.org Subject: RE: :Graph...crashing..

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::ba

RE: GRAPH

2003-03-13 Thread Wagner, David --- Senior Programmer Analyst --- WGO
Andre Chaves Mascarenhas wrote: > Hi > Can anybody tell me witch module may i instal with ppm3 that haldles > jpg files (edit cuts,resizes) etc When i try to install GD it give me > ann error message thnaks You might look at the http://www.imagicmagick.org and what it offers if you need t

Re: Graph generation...

2001-10-30 Thread Michael D. Risser
On Tuesday 30 October 2001 08:14 am, [EMAIL PROTECTED] wrote: > Placed At : BOM > > > Durga Prasad@SATYAM > 10/30/2001 06:44 PM > > Hi all, > Iam trying to genereate a daily graph based on parameters tracked every 15 > minutes. > Iam using GD.pm by li

Re: :Graph - Script archive for beg.

2001-06-26 Thread Elaine -HFB- Ashton
Prabhu, Vrunda P (UMC-Student) [[EMAIL PROTECTED]] quoth: *> *>>Another question, would anyone be interested in helping me create a *>>script/snippet archive geared towards newbies? *> *>I would be interested in careting something like that. What did you have in *>mind? CPAN has a scripts archi

Re: :Graph - Script archive for beg.

2001-06-26 Thread Casey West
On Tue, Jun 26, 2001 at 01:24:30PM -0500, Prabhu, Vrunda P (UMC-Student) wrote: : : : >Another question, would anyone be interested in helping me create a : >script/snippet archive geared towards newbies? : : I would be interested in careting something like that. What did you have in : mind?

RE: :Graph - Script archive for beg.

2001-06-26 Thread Prabhu, Vrunda P (UMC-Student)
>Another question, would anyone be interested in helping me create a >script/snippet archive geared towards newbies? I would be interested in careting something like that. What did you have in mind?

Re: :Graph

2001-06-25 Thread Michael D . Risser
On Sunday 24 June 2001 11:28 am, [EMAIL PROTECTED] wrote: > I tried your code below but had problems: > First, apache didn't like creating the image in the cgi-bin dir, so I > changed the reference to apache/icons instead of current directory. Perhaps > this is unimportant for your setup. I haven

RE: :Graph

2001-06-24 Thread RTaylor
I tried your code below but had problems: First, apache didn't like creating the image in the cgi-bin dir, so I changed the reference to apache/icons instead of current directory. Perhaps this is unimportant for your setup. Second - where is @data defined and populated? I assume your code snippet