Skip to content

Commit

Permalink
no __DATA__; no need to close it
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaputo committed Mar 24, 2000
1 parent 183c1ac commit c0ec603
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions trunk/xws.perl
Expand Up @@ -23,12 +23,6 @@
# shutdown, or signal shutdown (default).
my $shutdown_type = 'signal';

# The __END__ marker (beyond which the developer notes exist) causes
# Perl to keep a filehandle (specifically DATA) open to the source
# code. This may cause problems while editing the source of a running
# program (specificially, file locking woes), so close it.
close DATA;

# Parse apart $0 and use Cwd to find the absolute path to the program.
# The assumption is that the crossword puzzle files share that
# directory or aren't very far from it. This will be replaced with a
Expand Down

0 comments on commit c0ec603

Please sign in to comment.