in reply to local() for scalar file slurping

TMTOWTDI: force list context
my $file_data = join q{}, @{[<$fh>]};