in reply to better way to init an array ?

@bytes = map {30} (0..25);

not saying its better, just different.

Replies are listed 'Best First'.
Re: Re: better way to init an array ?
by Skeeve (Parson) on Jun 04, 2003 at 08:02 UTC
    Very different in that it gives you 26 of them