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"},
>
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"},
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"},