Help for this page
package IndexedSparseArry; ... $self->{array} = [@work]; } 1;
use strict; use warnings; ... $repo->insert($index,$data); } | etc.