in reply to Re: Should we Localize $_ ?
in thread Should we Localize $_ ?

It also prevents self confusion when you later add an inner loop:
for (@isbns) { for (@$_->{Authors}) { # now $_ is something else :) } }