Help for this page
while(<FILE>) { # chomp; ... $Data->{$_[1]}->{$_[3]}++; } }
while(<FILE>) { chomp; @_=split(','); $Data->{$_[1]}->{$_[3]}++; }