home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / Misc-Programming-Tools / PLDB10-16.exe / data.z / Keywords.txt < prev    next >
Encoding:
Text File  |  1998-04-16  |  1.8 KB  |  242 lines

  1. ;
  2. ; Perl syntax
  3. ;
  4. if
  5. unless
  6. while
  7. until
  8. else
  9. elsif
  10. continue
  11. for
  12. foreach
  13.  
  14. ;
  15. ; Perl operators
  16. ;
  17. lt
  18. gt
  19. le
  20. ge
  21. eq
  22. ne
  23. cmp
  24. not
  25. and
  26. or
  27. xor
  28. ;x
  29.  
  30. ;
  31. ; Perl functions
  32. ;
  33. abs
  34. accept
  35. alarm
  36. atan2
  37. bind
  38. binmode
  39. bless
  40. caller
  41. chdir
  42. chmod
  43. chomp
  44. chop
  45. chown
  46. chr
  47. chroot
  48. close
  49. closedir
  50. connect
  51. continue
  52. cos
  53. crypt
  54. dbmclose
  55. dbmopen
  56. defined
  57. delete
  58. die
  59. do
  60. dump
  61. each
  62. endgrent
  63. endhostent
  64. endnetent
  65. endprotoent
  66. endpwent
  67. endservent
  68. eof
  69. eval
  70. exec
  71. exists
  72. exit
  73. exp
  74. fcntl
  75. fileno
  76. flock
  77. fork
  78. format
  79. formline
  80. getc
  81. getgrent
  82. getgrgid
  83. getgrnam
  84. gethostbyaddr
  85. gethostbyname
  86. gethostent
  87. getlogin
  88. getnetbyaddr
  89. getnetbyname
  90. getnetent
  91. getpeername
  92. getpgrp
  93. getppid
  94. getpriority
  95. getprotobyname
  96. getprotobynumber
  97. getprotoent
  98. getpwent
  99. getpwnam
  100. getpwuid
  101. getservbyname
  102. getservbyport
  103. getservent
  104. getsockname
  105. getsockopt
  106. glob
  107. gmtime
  108. goto
  109. grep
  110. hex
  111. import
  112. index
  113. int
  114. ioctl
  115. join
  116. keys
  117. kill
  118. last
  119. lc
  120. lcfirst
  121. length
  122. link
  123. listen
  124. local
  125. localtime
  126. log
  127. lstat
  128. ;m
  129. map
  130. mkdir
  131. msgctl
  132. msgget
  133. msgrcv
  134. msgsnd
  135. my
  136. next
  137. no
  138. oct
  139. open
  140. opendir
  141. ord
  142. pack
  143. package
  144. pipe
  145. pop
  146. pos
  147. print
  148. printf
  149. prototype
  150. push
  151. ;q
  152. ;qq
  153. quotemeta
  154. ;qw
  155. ;qx
  156. rand
  157. read
  158. readdir
  159. readline
  160. readlink
  161. readpipe
  162. recv
  163. redo
  164. ref
  165. rename
  166. require
  167. reset
  168. return
  169. reverse
  170. rewinddir
  171. rindex
  172. rmdir
  173. ;s
  174. scalar
  175. seek
  176. seekdir
  177. select
  178. semctl
  179. semget
  180. semop
  181. send
  182. setgrent
  183. sethostent
  184. setnetent
  185. setpgrp
  186. setpriority
  187. setprotoent
  188. setpwent
  189. setservent
  190. setsockopt
  191. shift
  192. shmctl
  193. shmget
  194. shmread
  195. shmwrite
  196. shutdown
  197. sin
  198. sleep
  199. socket
  200. socketpair
  201. sort
  202. splice
  203. split
  204. sprintf
  205. sqrt
  206. srand
  207. stat
  208. study
  209. sub
  210. substr
  211. symlink
  212. syscall
  213. sysopen
  214. sysread
  215. system
  216. syswrite
  217. tell
  218. telldir
  219. tie
  220. tied
  221. time
  222. times
  223. ;tr
  224. truncate
  225. uc
  226. ucfirst
  227. umask
  228. undef
  229. unlink
  230. unpack
  231. unshift
  232. untie
  233. use
  234. utime
  235. values
  236. vec
  237. wait
  238. waitpid
  239. wantarray
  240. warn
  241. write
  242. ;y