Variables
 
Using Associative Arrays
  1. Initialize the hash as a list:  %days = ( 'M', 'Monday', 'T', 'Tuesday' );
  2. We can initialize the hash table element-wise : $days{'W'} = 'Wednesday';