in reply to Re^3: Why doesn't exist work with hash slices?
in thread Why doesn't exist work with hash slices?

LanX isn't saying that delete ELEMENT returns a boolean; they're saying that since delete SLICE returns a list of what it would return for a single element (the deleted element), exists SLICE should also return a list of what it return for a single element (a boolean).