Re: GIF error

2001-05-20 Thread Aaron Craig
At 14:19 19.05.2001 -0700, you wrote: >--- Jos I Boumans <[EMAIL PROTECTED]> wrote: > > > a good time to start modularising it to provide better and safer > > access > >I though it was pretty modulerised as is. Perhaps I miss your point? >My problem is that the output is ending up in script_log, n

Re: GIF error

2001-05-20 Thread Aaron Craig
It's probably got something to do with gifChart. The log has the word stdout immediately before what I assume must be the gif is printed. These may lead us to believe that gifChart is trying to print its gif out to stdout, though that may not be necessarily the case. It's difficult to see ex

regarding pragmas

2001-05-20 Thread baby lakshmi
hi i am very new to perl. now iam in the process of learning modules. I am not able to use the following in my program: use strict; use warnings; use dumper; etc these r the only things i have tried to use. can any one eloborate on it in detail. it wil be really helpful for me to continue learnin

Re: passing part of an array to a function

2001-05-20 Thread David H. Adler
On Thu, May 17, 2001 at 11:33:55AM +1000, King, Jason wrote: > Peter Scott writes .. > > >At 10:44 AM 5/17/01 +1000, King, Jason wrote: > >>so here's the thing .. Perl doesn't have pointers .. only references > >>.. so you can't have a 1500 element array and grab a reference to the > >>700th elem

Perl checker

2001-05-20 Thread Damien Tanner
Hi everyone, I'm having some problems with a CGI/Perl script I'm trying too write. But I'm not able to use strict and warnings on my server, and can't install CGI on my PC for various reasons. So, does anyone know of a website where I can check my code? and get it working :) Damien Tanner

Re: copying an array

2001-05-20 Thread Jeff Pinyan
On May 19, Aaron Craig said: > >sub PassAnEntireArray(@) > { > my(@array) = @_; > ...do some stuff... > } > >sub PassAnArrayRef($) > { > my($ar) = @_; > ... do some stuff... > } > >I assume passing array refs (and hash refs for that

Re: Yet another @INC question...

2001-05-20 Thread Kevin Meltzer
Try Term::ReadKey, not Term::Readkey Cheers, Kevin On Sat, May 19, 2001 at 07:43:20PM -0700, Matt Cauthorn ([EMAIL PROTECTED]) spew-ed forth: > This one has me puzzled. I installed Term::Readkey. Totally standard, all tests > passed. Here's what I get when I try and run my script (OS is Solaris