![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: Re: Re: OO Perl: Methods To Reference Hashby halley (Prior) |
on Jun 03, 2003 at 21:03 UTC ( #262788=note: print w/replies, xml ) | Need Help?? |
Whenever you're trying to debug data structures, I recommend using Data::Dumper. This will help you see the structures in Perl syntax, and will avoid any bugs you may introduce in your own home-spun "dumping" methods.
Other useful learning materials are in perlreftut and perllol. --
In Section
Seekers of Perl Wisdom
|
|