Re: Slow script

2002-06-04 Thread Jeff 'japhy' Pinyan
On Jun 4, Trevor Nichols said: >I've got two machines here which are pretty crappy but there seems to be >something seriously wrong somewhere. One machine, a Pentium 200 MMX >with 80MB ram runs a very simple script taking 5 seconds. > >t@data:~$ cat test.pl >use diagnostics; >use strict; > >prin

Re: Slow script

2002-06-04 Thread Jonathan E. Paton
> I've got two machines here which are pretty crappy but there seems to be > something seriously wrong somewhere. One machine, a Pentium 200 MMX > with 80MB ram runs a very simple script taking 5 seconds. *Drool* I have three 486/66 machines with 16Mb ram, that are on my home LAN. I log into t

RE: Slow script

2002-06-04 Thread Bob Showalter
> -Original Message- > From: Trevor Nichols [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 04, 2002 9:53 AM > To: [EMAIL PROTECTED] > Subject: Slow script > > > Hi All, > > I've got two machines here which are pretty crappy but there > s

Re: Slow script

2002-06-04 Thread Janek Schleicher
Trevor Nichols wrote at Tue, 04 Jun 2002 15:52:38 +0200: > I've got two machines here which are pretty crappy but there seems to be something >seriously wrong > somewhere. One machine, a Pentium 200 MMX with 80MB ram runs a very simple script >taking 5 > seconds. > > t@data:~$ cat test.pl > u

Slow script

2002-06-04 Thread Trevor Nichols
Hi All, I've got two machines here which are pretty crappy but there seems to be something seriously wrong somewhere. One machine, a Pentium 200 MMX with 80MB ram runs a very simple script taking 5 seconds. t@data:~$ cat test.pl use diagnostics; use strict; print "hi\n"; t@data:~$ time