Subject: | Please localize $_ |
I got hit by using Data::Walk while $_ was aliased to an element of an
array - thus mangling my array.
To prevent this it would be nice if Data::Walk::walk() localized $_.
This shouldn't change the documented interface. (File::Find documents $_
to be localized)