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