Help for this page
@a = (1, 2, 3, 4); @b = (6, 7, 10, 30, @a); $a = &where_funky(@a); $b = &where_funcky(@b);