The Perl hash functions are one of the most important category of the built-in Perl functions. The Perl language supplies a lot of functions to manipulate hashes.
Table of Contents:A Perl ScriptInstall PerlRunning PerlPerl Data TypesPerl VariablesPerl OperatorsPerl ListsPerl Arrays Array Size Array LengthPerl HashesPerl Statements Perl if Perl unless Perl switch Perl while Perl do-while Perl until Perl do-until Perl for Perl foreachBuilt-in Perl Functions Functions by Category String Functions Regular Expressions and Pattern Matching List Functions Array Functions Hash Functions (more) Miscellaneous Functions Functions in alphabetical order chomp chop chr crypt defined delete each exists grep hex index join keys lc lcfirst length map oct ord pack pop push q qq qw reverse rindex scalar shift sort splice split sprintf substr tr uc ucfirst undef unpack unshift values return from Perl Hash Functions to Perl Basics