Skip to content

Commit

Permalink
[cookbook] remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Cochrane committed May 12, 2015
1 parent 29e89b2 commit 9c379ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions categories/cookbook/07file-access/07-01opening_file.pl
Expand Up @@ -32,9 +32,6 @@
# write and read (overwriting a a file) will we have this?

# Closing the file
# $input.close orelse die $!;
# close($input);

$input.close or die $!;
close($output);

Expand Down

0 comments on commit 9c379ca

Please sign in to comment.