Description
Perl programs can store key-value data while preserving insertion or explicit order. This is useful for configuration files, generated output, reports, APIs, and formats where order matters to users.
It is a data-structure library. Applications should choose ordered hashes only where ordering is part of the intended behavior, because it can affect output comparisons.