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.
I know how to use and maintain .txt data files with two or more fields. I want to learn how to use just one field so I can do away with the $nothing field which... does nothing. I just use it so the data file will have two fields separated with a comma (The only way I know to work it). My...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.