hello all

I need a fast concat solution. the following works, but it is extremely slow and
it stutters. I am not replicating values, each value that is concatonated is
unique- the following is example does not illustrate this.

about the stuttering...is this a buffering issue? it stutters (pauses) in, what
looks like, random increments, though the first increment is 16 -- refer to
$count. I am running xp with Activestate 5.8.


my $count = 0; 

for(0..1125000)
{       
        $pmem::arr .= "#".$anewvalue; #$anewvalue is random;    
        $count++;
        print $count,"\n";
}


thanks in advance for all your help.

-Jeremy A.

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to