in reply to Re^5: Sorting Alphanumeric Arrays
in thread Sorting Alphanumeric Arrays

What is the difference between types 'int' & 'integer', 'num' & 'number'?

nothing, they are synonymous.

Does the module respect magic?

yes... though overloaded operators '<=>' and 'cmp' are not used. Overloaded keys are converted to the requested type via '""' or '0+' and then compared as raw integers, floats or strings.