> don't want to use second array (they are can be very big). After print I
> don't need @array anymore.
>

Erm... if you really don't need the array anymore, why don't you just
deflate it by splicing on itself?

@array = splice (@array, N, 100);


Peter

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