in reply to Re: Help with Hash or Arraysin thread Help with Hash or Arrays
my %people = ( 'friend' => { 'SPEAK' => [ 'there she is' ], 'DOB' => '1984', 'ROW' => 1 }, 'me' => { 'SPEAK' => [ 'here i am', 'i am me' ], 'DOB' => 1985, 'ROW' => 0 } ); [download]