|
|
| P is for Practical | |
| PerlMonks |
Re^3: perl/gtk2 simplelistby The Mad Hatter (Priest) |
| on Dec 06, 2004 at 21:19 UTC ( #412758=note: print w/ replies, xml ) | Need Help?? |
|
(Minor nit: it's not a command. It's accessing an array reference. Read up on Perl data structures.) $slist->{data} is an array reference of other array references (the "rows" in the list) each item of which is a piece of data (the "columns" in each row). Fiddle about with this: or use Data::Dumper to visualize the data structure in a more Perlish way:
(Untested code.)
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||