in reply to deleting all the elements of an array

Assuming @table_cont is you array, then
@table_cont = ();
would clear out the array.
  • Comment on Re: deleting all the elements of an array