Home
Perl
Array
CGI
Class
Data Type
Database
File
GUI
Hash
Language Basics
Network
Regular Expression
Report
Statement
String
Subroutine
System Functions
Win32
XML
Menu
keys « Hash « Perl
Perl
Hash
keys
1.
Keys function is used to get all keys in a hash
2.
Obtain the list of hashKeys and display each key-value pair
3.
Obtain the list of keys and display each key-value pair
4.
The keys operator returns a list of all the key names within a hash.
5.
Hash (Associative Array) Functions: The keys function returns, in random order, the keys of a hash.
6.
Hash map creation