in reply to Re^6: Accessing value from a hash table in perlin thread Accessing value from a hash table in perl
You have omitted these lines after chomp from Bill's script
s/^\s*//; next unless /Fruit_class/ .. /\}/; next if /Fruit_class|[{}]/; [download]