in reply to Filling an array
Don't forget the parens around the 1 - if they're not there, you'll end up with an array containing one element: 100 1s concatenated together.my @arr = (1)x100;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Filling an array
by zakzebrowski (Curate) on Sep 07, 2001 at 00:15 UTC |