in reply to
better way to init an array ?
@bytes = map {30} (0..25);
[download]
not saying its better, just different.
Comment on
Re: better way to init an array ?
Download
Code
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
[reply]
In Section
Seekers of Perl Wisdom