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