Help for this page
AV* get_array(SV* aref) { if (! is_array_ref(aref)) ... else return *temp; }
/* dereference array and get requested arrayref */ array = get_array(aref); elem = get_element(array, index);