I know how to access (open and close) my datafile, but I am not sure how to create a %hash from one of the fields.
My thoughts are: %hash{$list} = %hash{$list} + 1;
Where $list is the field in my data file and %hash is where I am storing all the variables. But this is not working.
My thoughts are: %hash{$list} = %hash{$list} + 1;
Where $list is the field in my data file and %hash is where I am storing all the variables. But this is not working.