On Tue, Feb 15, 2000 at 10:59:58AM +0100, Bart Schuller wrote:
>
> On Tue, Feb 15, 2000 at 01:20:28PM +0500, Andrey Kolotev wrote:
> > @c = ("Async32"x4, "Async32"x5, "Async32"x7, "Async32"x10);
> > 
> > while (1)
> > {
> >     foreach (@c)
> >     {
> >             $_ =~ s/Async/ Async/;
> >     }
> > }
> 
> You're forever adding spaces and complain of a memory leak?

But I don't save any info about this. I don't modify array @c. It's
constantly consist of 4 fixed strings, I modify only temporary var $_;

Thank you.

> 
> -- 
> The idea is that the first face shown to people is one they can readily
> accept - a more traditional logo. The lunacy element is only revealed
> subsequently, via the LunaDude. [excerpted from the Lunatech Identity Manual]

-- 
Andrey Kolotev


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to