in reply to Help with printing values from a hash of hashes
You have extra '$' sigils where they're not wanted. Change the second line after the while statement to:
$data{$system}{$fields[1]}=$fields[2];
update: I guess I'll have to type faster! 8^) --roboticus
|
|---|