szap has asked for the wisdom of the Perl Monks concerning the following question:
DDD has a great data displaying and browsing, but its perl support is slow and buggy.
A check on CPAN doesn't seem turn up anything. I would write one if I can't find one soon enough but the code would not be maintainable.
Preferable usage would be replacing
use Data::Dumper; print Dumper $complex;to
use Data::TkBrowser; Data::TkBrowser::browse $complex;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (Zigster) Where can I get something to browse complex data structures via a GUI?
by zigster (Hermit) on Apr 24, 2001 at 11:54 UTC | |
|
Re: Where can I get something to browse complex data structures via a GUI?
by busunsl (Vicar) on Apr 24, 2001 at 10:48 UTC | |
|
Re: Where can I get something to browse complex data structures via a GUI?
by rchiav (Deacon) on Apr 24, 2001 at 16:49 UTC | |
|
Re: Where can I get something to browse complex data structures via a GUI?
by jeroenes (Priest) on Apr 24, 2001 at 10:50 UTC |