Re: Mult-idimensional associative arrays

2003-06-16 Thread John W. Krahn
Mark In The Netherlands wrote: > > Hello all, Hello, > I am hoping that someone can help me out with my syntax regarding the use of > associative arrays. Let's suppose that I create the following object: > > my %family = ( > 'mark' => { > "tim" => {"sex","male","age","16"}, >

Mult-idimensional associative arrays

2003-06-16 Thread Mark Troyer
Hello all, I am hoping that someone can help me out with my syntax regarding the use of associative arrays. Let's suppose that I create the following object: my %family = ( 'mark' => { "tim" => {"sex","male","age","16"}, "tracy" => {"sex","female","age","12"},

Mult-idimensional associative arrays

2003-06-16 Thread Mark in the Netherlands
Hello all, I am hoping that someone can help me out with my syntax regarding the use of associative arrays. Let's suppose that I create the following object: my %family = ( 'mark' => { "tim" => {"sex","male","age","16"}, "tracy" => {"sex","female","age","12"},