hotshot has asked for the wisdom of the Perl Monks concerning the following question:
Thanks$number = 4; $string = 'hello'; # I want to get the list: @list = qw(hello hello hello hello);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Array population
by broquaint (Abbot) on Apr 08, 2003 at 15:23 UTC | |
|
Re: Array population
by Abigail-II (Bishop) on Apr 08, 2003 at 15:24 UTC | |
|
Re: Array population
by cbro (Pilgrim) on Apr 08, 2003 at 15:29 UTC |