- or download this
my @AoA;
my %HoAoA;
...
push( @{ $HoAoH{$fields[0]} }, { email => $fields[1],
result => $fields[2] } );
}
- or download this
$VAR1 = [
[
...
'Host not found'
]
];
- or download this
$VAR1 = {
'jack' => [
...
]
]
};
- or download this
$VAR1 = {
'jack' => [
...
}
]
};