in reply to qw() and lists of lists

So the simplest manual typing method would be: @nametape =( 24, 101, 25, 102, 23, 103, 21, 104, 26, 105, );

Replies are listed 'Best First'.
Re^2: qw() and lists of lists
by almoodie (Initiate) on Mar 13, 2013 at 22:46 UTC
    Hi, Repost correction !!!!!!!!!!!!!!!!! So the simplest manual typing method would be:
    @nametape =( [24, 101], [25, 102], [23, 103], [21, 104], [26, 105], );