Help for this page
my $aref = [1,2,3]; my @other = [1,2]; ... push @other, 3; print $array->get($aref); # prints "Ovid" print $array->get([1,2,3]); # fails