This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add regular expressions tutorial and quick-start guide (from
[perl5.git] / keywords.pl
index c9479c4..46dd53d 100755 (executable)
@@ -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
@@ -36,10 +38,11 @@ END
 EQ
 GE
 GT
+INIT
 LE
 LT
 NE
-RESTART
+CHECK
 abs
 accept
 alarm
@@ -143,6 +146,7 @@ link
 listen
 local
 localtime
+lock
 log
 lstat
 lt
@@ -163,6 +167,7 @@ open
 opendir
 or
 ord
+our
 pack
 package
 pipe
@@ -174,6 +179,7 @@ prototype
 push
 q
 qq
+qr
 quotemeta
 qw
 qx
@@ -236,6 +242,7 @@ symlink
 syscall
 sysopen
 sysread
+sysseek
 system
 syswrite
 tell