$name=~s/(\w)(\s)(\w)/$1/eig; #### $name =~ s/\s.*//; # replace space and all following characters with empty string #### $temp =~ s/\s/+ +/;
## $name =~ s/\s.*//; # replace space and all following characters with empty string ##
## $temp =~ s/\s/+ +/;