And why would this be?  Becasue it does not load the
entire data set at once or aka one at a time?

>If you really need to do this in place due to memory
>constraints, I
>would advise to run the iteration from back to front,
>i.e.


>foreach my $indx (reverse 0..$#$ref_array) 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to