in reply to
Array/Hash?? Help Needed
You could do a hash of hashes in the form of:
$hash_of_drives{$drive_name}{$attribute};
[download]
All you would need to do is (I am assuming the data is as it is shown above), split on the - and =, and put the values in a hash.
-enlil
Comment on
Re: Array/Hash?? Help Needed
Download
Code
In Section
Seekers of Perl Wisdom