Help for this page

Select Code to Download


  1. or download this
    @data_array_ref = [
        mykey1 => {firstkey => 'firstvalue', secondkey => 'secondval' }
    ...
        mykey4 => [ [4, 5, three] [6, 7, four] [8, 9, five] ]
    ]
    
  2. or download this
    
    mykey1 => firstval, secondval
    mykey2 => turtle, Dennis
    mykey3 => one, two, three
    mykey4 = 4, 5, three, 6, 7, four, 8, 9, five