http://qs1969.pair.com?node_id=726570


in reply to Re^3: shift doesnt shift
in thread shift doesnt shift

Personally I'm not a big fan of implicit things like that.

I never use $_ unless I "have to", like in a map, because not naming the variable is a lost opportunity to write clear, self documenting code.

/J