Closed andrewgregory closed 7 years ago
Fixes: my $file = 'files/blank.csv'; ReadData($_) foreach ($file); print $file; # prints ',,,'
Thanks for spotting. I changed it to using a lexical instead
Fixes: my $file = 'files/blank.csv'; ReadData($_) foreach ($file); print $file; # prints ',,,'