in reply to Re: qw() and lists of lists
in thread qw() and lists of lists
there's no such thing as a list of lists. Lists never nest.
List literals never nest, a list of lists is an array of arrays
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: qw() and lists of lists (literals)
by chromatic (Archbishop) on Mar 14, 2013 at 06:01 UTC | |
by Anonymous Monk on Mar 14, 2013 at 06:43 UTC | |
|
Re^3: qw() and lists of lists (literals)
by ikegami (Patriarch) on Mar 14, 2013 at 23:20 UTC |