Quantcast
Channel: perl – Coding School
Viewing all articles
Browse latest Browse all 15

Perl Hash Maps

$
0
0
Perl Hash Maps/associative arrays ASSIGNING HASH VALUES hash tables consist of key/value pairs every key is followed by a value values can be assigned to hash tables as %states= ("California","Sacramento","Wisconsin","Madison","New York","Albany"); We can also use => operator to identify the key to the left, and the value to the right; if the => operator encounters […]

Viewing all articles
Browse latest Browse all 15

Trending Articles