Hi, I am trying to translate the abbreviation of the form A(4) to AAAA. I tried substitution as follows: $wholefile =~ s/(\w)\((\d+)\)/$1{$2}/g;
This results in the abbrevation being replaced by spaces. How can I get this to work ? Thanks, Ramesh -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]