in reply to Re^2: Table manipulation, array or hash?
in thread Table manipulation, array or hash?

Data::Dumper is a module that dumps snapshots of your variables/values. It's not really doing anything in this case, other than being used for debugging. The work being done is in the loops.
  • Comment on Re^3: Table manipulation, array or hash?