Use "/usr/bin/env perl" for the #! line, and change the -i option to:

use English;
	$INPLACE_EDIT = '';

to get the inplace-editing behavior.
This commit is contained in:
Fred Drake 1998-03-19 05:17:49 +00:00
parent 1125488b24
commit 2543769ca5
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
#!/depot/gnu/plat/bin/perl -i
#! /usr/bin/env perl
use English;
$INPLACE_EDIT = '';
# read the labels, then reverse the mappings
require "labels.pl";