Skip to content

Commit 87a9996

Browse files
committed
fix filename in text
1 parent 4f54523 commit 87a9996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

open-and-read-from-files.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ you will see only the "less-than" sign.
8282
use strict;
8383
use warnings;
8484

85-
my $filename = 'report.txt';
85+
my $filename = 'data.txt';
8686
open(my $fh, '<:encoding(UTF-8)', $filename)
8787
or die "Could not open file '$filename' $!";
8888

0 commit comments

Comments
 (0)