in reply to Re^2: Equality checking for strings AND numbers
in thread Equality checking for strings AND numbers

On another note you could use Algorithm::Diff which would allow you to provide your own matching (or "key generation") function as they call it. This gets over the deficiencies of Text::Diff in only comparing text strings.
  • Comment on Re^3: Equality checking for strings AND numbers