# Extremely_5a 209644/s sub rev_arr5a { return [map { ref eq 'ARRAY' ? rev_arr5a($_) : $_ } reverse @{$_[0]}]; }