in reply to copying array from a hash reference
If it's
@a [download]
with an array, it's
@{ $ar } [download]
with an array reference, so it's
@{ $AniType{cats} } [download]
in this case.
Dereferencing Syntax Reference Quick Reference