4 open(KW, ">keywords.h") || die "Can't create keywords.h: $!\n";
11 * Copyright (c) 1997-2002, Larry Wall
13 * You may distribute under the terms of either the GNU General Public
14 * License or the Artistic License, as specified in the README file.
16 * !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
17 * This file is built by keywords.pl from its data. Any changes made here
30 print &tab(5, "#define KEY_$keyword"), $keynum++, "\n";
33 ###########################################################################
36 $t .= "\t" x ($l - (length($t) + 1) / 8);
39 ###########################################################################