in reply to Re^3: shift doesnt shiftin thread shift doesnt shift
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