HI my question is simple
I am trying this
@arr1= (“string1.. multiplespaceshere “,”string2nospace”,”string one or moretab
“);
Now I want to delete trailing spaces from each element of string and store them back
Note: after actual string there may be any number of blanks or tabs or notabsnospaces...
As I am beginer to perl this may seem silly to experts...