package DBM::Deep::Array; sub _get_self { ref $_[0] eq ARRAY ? tied( @{$_[0]} ) : $_[0] }