in reply to Re^2: My first USEFUL script!
in thread My first USEFUL script!

Explicitly saying $_ is to be avoided when possible since you might as well as a meaningful variable name instead. However, that's obviously not the case when map/grep sets $_ for you.