Hi all,
I want to create multiple hash and retrieve the values for print like
below ,
%values= (
'172.16.1.45' => {'google.com' => 34, 'linux.com' => 45},
'172.15.2.34' => {'hp.com' => 345, 'oracle.com' => 4567},
);
how to do that?
Thanks,
Thread Next