Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: perl/gtk2 simplelist

by The Mad Hatter (Priest)
on Dec 06, 2004 at 21:19 UTC ( [id://412758]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for my $row (@{$slist->{data}}) {
        print "Row:\n";
    ...
            print "    $col\n";
        }
    }
    
  2. or download this
    use Data::Dumper;
    print Dumper($slist->{data}), "\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://412758]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-19 13:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found