In the POD for Struct::Compare, you use the variable
$is_different to hold the result of the compare function.
However, it returns TRUE if the contents of the two variables or
references are the same.
So it makes more sense to call the variable $is_same.
I had a little confusion when I first used the module, because of
the example, but a closer reading of the documentation made
things clear.
I hope the patch is useful, and that the change makes sense to
you. Thank you for your efforts.
Chris Goldman
chris.goldman@oolong.com
Logged In: YES
user_id=231843
Oops. Here's the patch file.
Patch file for Struct::Compare