in reply to Re: Re: Re: Array of arrays used within object
in thread Array of arrays used within object

Thanks for the suggestions - I've incorporated those.

Presumably by references you mean something like:

$positions{$file} = \@nreg;

Then calling subroutines with:

&msatminer::addregion($positions{$file},$start,$stop);

If so, that would be a quick solution that might allow me to do one thing the code doesn't currently do (and should) — identify points that are found between two close features (there are various biologically interesting cases).