in reply to Trimming whitespaces methods
for (@arr=%hash) { # remove spaces in $_ ... } %hash=@arr; [download]