Perl Replace Substring

Let’s say you’ve got a string in Perl and you want to replace just a part of it. How can you do it? Replacing a Fixed-Length Section of a String in Perl If the bit you want to replace is … Continue reading

Posted in Perl | Tagged , , |