in reply to
Making an array of predifined length with default values
perhaps
@a=(0) x 1000;
Comment on
Re: Making an array of predifined length with default values
Download
Code
In Section
Seekers of Perl Wisdom