Skip to content

Commit

Permalink
fix thinko
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Aug 12, 2012
1 parent 1a85052 commit 1ed51c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/snippet.pl
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

open my $file, '<:raw', "$dir$fn"
or die "Cannot open '$dir$fn' for reading: $!";
binmode $fn;
print while <$fn>;
binmode $file;
print while <$file>;
close $file;


Expand Down

0 comments on commit 1ed51c4

Please sign in to comment.