- or download this
$href = {
'a' => {
...
}
}
};
- or download this
@array = ('a', 't', 'x', '2008-08-07');
- or download this
if (exists $href->{a}->{t}->{x}->{2008-08-07} ){
print "href value exists";
}
- or download this
@array2 = ('b', 't', 'm', 'p');
- or download this
$href->{b}->{t}->{m}->{p}