Perl Hash Data Structure
Jump to navigation
Jump to search
A Perl Hash Data Structure is a perl data structure that behaves like an associative array data structure (based on the Perl hash data type).
- AKA: Perl Associative Array.
- Context:
- It can be operated on with a Perl Hash Operation.
- Example(s):
- Counter-Example(s):
- See: Hash Key.