my $file_content = do { local $/; }; # oder my @file_content = ; my $string = join '', @file_content;