inman has asked for the wisdom of the Perl Monks concerning the following question:
dummy(); sub dummy { my @array = qw (red green blue); my %hash = qw (flintstone fred rubble barney); #$hash{"boulder"}=["bambam", "bubbles"]; my $count = 0; my $ref = \@array; print Dumper(\@array); }
I installed the latest version of the Eclipse SDK and used the plugin update feature to install EPIC. Other than that, I am running ActiveState Perl 5.8.3 on Windows XP.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: debugging data structures with Eclipse
by jbrugger (Parson) on Jun 20, 2005 at 13:31 UTC | |
|
Re: debugging data structures with Eclipse
by Anonymous Monk on Jun 20, 2005 at 12:07 UTC |