X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=keywords.pl;h=355b05ed056ddea91843d5c8efd646e151741f1b;hb=79af22e4562a90bdaa3aa9d22a11a3fa41f9c6bc;hp=086a10956ab40423392c9f701b0c67c09967b7ce;hpb=c07a80fdfe3926b5eb0585b674aa5d1f57b32ade;p=p5sagit%2Fp5-mst-13.2.git diff --git a/keywords.pl b/keywords.pl index 086a109..355b05e 100755 --- a/keywords.pl +++ b/keywords.pl @@ -1,5 +1,6 @@ #!/usr/bin/perl +unlink "keywords.h"; open(KW, ">keywords.h") || die "Can't create keywords.h: $!\n"; select KW; @@ -24,8 +25,9 @@ sub tab { __END__ NULL -__LINE__ __FILE__ +__LINE__ +__PACKAGE__ __DATA__ __END__ AUTOLOAD @@ -33,12 +35,8 @@ BEGIN CORE DESTROY END -EQ -GE -GT -LE -LT -NE +INIT +CHECK abs accept alarm @@ -142,6 +140,7 @@ link listen local localtime +lock log lstat lt @@ -162,6 +161,7 @@ open opendir or ord +our pack package pipe @@ -173,6 +173,7 @@ prototype push q qq +qr quotemeta qw qx @@ -235,6 +236,7 @@ symlink syscall sysopen sysread +sysseek system syswrite tell