Help for this page
#!/usr/bin/perl -w use strict; ... my $dumper = new Dumpvalue; $dumper->dumpValues($ref); }
foreach(@ACCTS){ #dereference the elements of the hash contained in this ... #read in my opinion. print "This accounts id is ".$_->{id}."\n"; }