What will be the value of \$str after execution of the following code? my \$str = '112133'; $str =~ s/(.)\1/$1/g;
Reveal answer
Fill a bubble to check yourself
What will be the value of \$str after execution of the following code? my \$str = '112133'; $str =~ s/(.)\1/$1/g;