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.
27 print &tab(5, "#define KEY_$keyword"), $keynum++, "\n";
30 ###########################################################################
33 $t .= "\t" x ($l - (length($t) + 1) / 8);
36 ###########################################################################