Help for this page
s# ([(][^)]*[)]) # my $x=$1; $x =~ s/,/;/g ; $x #xeg
s{ \( ... $x =~ tr/,/;/; $x; }gsex;