@chars = split(//,); while(){ $text.=$_ } foreach(@chars){ $text =~ s/_/$_/; } print $text;