in reply to Hash slice in regex

Hey

You want to change $". According to Programming Perl: "When an array or slice is interpolated into a double-quoted string (or the like), this variable specifies the string to put between individual elements. Default is a space".

Hays

Update: Too much time looking for the right page in PP makes my post redundant, but enjoy the reading from the Good Book.