Help for this page
sub UpperLower { my( $old, $new ) = @_; ... return join '' => @new; }
sub UpperLower2 { my( $old, $new ) = @_; ... return $new; }