We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f54523 commit 87a9996Copy full SHA for 87a9996
open-and-read-from-files.tt
@@ -82,7 +82,7 @@ you will see only the "less-than" sign.
82
use strict;
83
use warnings;
84
85
-my $filename = 'report.txt';
+my $filename = 'data.txt';
86
open(my $fh, '<:encoding(UTF-8)', $filename)
87
or die "Could not open file '$filename' $!";
88
0 commit comments