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

Thanks a lot! Looks extremely efficient, good to know that there is a module that takes over some of the work!
  • Comment on Re^2: Table manipulation, array or hash?

Replies are listed 'Best First'.
Re^3: Table manipulation, array or hash?
by deMize (Monk) on Mar 23, 2010 at 13:37 UTC
    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.