in reply to How can one delete an element and it corresponding values from the array of arrays?

The big array is an array of arrays.

Nope. See array of arrays , see perldsc, perllol

You could have gotten there from perlintro which says Exhaustive information on the topic of references can be found in perlreftut, perllol, perlref and perldsc.

  • Comment on Re: How can one delete an element and it corresponding values from the array of arrays?

Replies are listed 'Best First'.
Re^2: How can one delete an element and it corresponding values from the array of arrays?
by supriyoch_2008 (Monk) on Mar 18, 2013 at 09:55 UTC

    Hi Anonymous Monk,

    Thanks for your valuable suggestions. I shall read those topics once again.

    Regards,