Help for this page
# Done with `auto_deref => 1` ... # assuming you mean $arrayRef, this already works so long as the type + is ArrayRef # or, a parent thereof. $obj->prop($array);
sub foo_writer { if ( length @_ > 1 ) { ... $_[0]; } }