Help for this page
fix_chars(@names);
my @names = fix_chars(@names);
sub fix_chars { my @fixed = @_; ... return @fixed; }