I suggest populating the keys and values into a Hash
Code:
$hash{'1-A'} = 12-FOO-1-A;
$string =~ s/$key/$value/g;