HI i was looking to make a hash inside hash. Something like
%hash = { "key" => {"key1" => value} };
is this the correct way to define it??? Also,
is
$hash{key->key1}
this the way to call it ?? if not kindly tell me.
thanks
Saurabh
HI i was looking to make a hash inside hash. Something like
%hash = { "key" => {"key1" => value} };
is this the correct way to define it??? Also,
is
$hash{key->key1}
this the way to call it ?? if not kindly tell me.
thanks
Saurabh