open (FILE, "file.txt") or die "Can't open file: $!"; #### while () { #put stuff in the hash here } #### $hashref{$_}{CSV}; should be ${$hashref{$_}}{CSV};
## while () { #put stuff in the hash here } ##
## $hashref{$_}{CSV}; should be ${$hashref{$_}}{CSV};