in reply to Re^6: Accessing value from a hash table in perl
in thread Accessing value from a hash table in perl

This is not working

You have omitted these lines after chomp from Bill's script

s/^\s*//; next unless /Fruit_class/ .. /\}/; next if /Fruit_class|[{}]/;
poj