The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WE_Content::IxHash - provide ordered hashes

SYNOPSIS

    $hashref = OH(key => val, key => val, ...)

DESCRIPTION

The only exported function is OH, which takes a list of keys and values and returns a reference to an ordered hash.

REQUIREMENTS

WE_Content::IxHash is based on Tie::IxHash.

AUTHOR

Slaven Rezic <slaven@rezic.de>

COPYRIGHT

Copyright (c) 2002 Slaven Rezic. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO