in reply to Re^7: Could we save the memory occupied by "undef" in an array?
in thread Could we save the memory occupied by "undef" in an array?

As I said before, Perl gives the programmer the opportunity to trade speed for memory, and use a hash instead of an array.
  • Comment on Re^8: Could we save the memory occupied by "undef" in an array?