in reply to Re: Two element array, shifted twice, is true?
in thread Two element array, shifted twice, is true?

Yes, I had forgotten that since it is a class method, the class object is passed in as the first parameter. So the two explicit parameters are actually the second and third elements of @_. My third element was undef, which is a problem elsewhere in my code.
  • Comment on Re^2: Two element array, shifted twice, is true?