Help for this page

Select Code to Download


  1. or download this
    $hash{key} = [ 'this', 'that', 'those' ];
    
  2. or download this
    print "The 2nd value is $hash{key}[1].\n";