Help for this page
sub mutate{ my @string = @{$_[0]}; ... return \@string; }
sub mutate{ my @string = @{ $_[ 0 ] }; ... return \@string; }