Help for this page
sub my_push { my(@array, @list) = @_; ...
sub my_push (\@@) { my($array_ref, @list) = @_; ...