Tag Archives: perl strip spaces

How to strip spaces out of a string in perl

snippets

How to strip spaces out of a string in perl You have a variable string that may have blank spaces at the end of the string or at the start of the string and you need to remove these spaces so that you can make use properly of the value of that variable. Scenario

Request an article ←