home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / 2015-02-07.ftp.editplus.com.tar / ftp.editplus.com / epp201b.exe / perl.stx < prev    next >
Text File  |  1999-12-19  |  2KB  |  281 lines

  1. #TITLE=Perl
  2. ; Perl syntax file written by ES-Computing.
  3. ; This file is required for EditPlus to run correctly.
  4.  
  5. #DELIMITER=,(){}[]-+*/=~!&|<>?:;.
  6. #QUOTATION1='
  7. #QUOTATION2="
  8. #CONTINUE_QUOTE=n
  9. #LINECOMMENT=#
  10. #LINECOMMENT2=
  11. #COMMENTON=
  12. #COMMENTOFF=
  13. #COMMENTON2=
  14. #COMMENTOFF2=
  15. #ESCAPE=\
  16. #CASE=y
  17. #PREFIX1=
  18. #PREFIX2=
  19. #PREFIX3=$
  20. #PREFIX4=@
  21. #PREFIX5=%
  22. #SUFFIX1=
  23. #SUFFIX2=
  24. #SUFFIX3=
  25. #SUFFIX4=
  26. #SUFFIX5=
  27.  
  28. #KEYWORD=Reserved words
  29. continue
  30. do
  31. else
  32. elsif
  33. for
  34. foreach
  35. goto
  36. if
  37. last
  38. local
  39. map
  40. my
  41. next
  42. package
  43. redo
  44. require
  45. return
  46. sub
  47. unless
  48. until
  49. use
  50. while
  51. STDIN
  52. STDOUT
  53. STDERR
  54. ARGV
  55. ARGVOUT
  56. ENV
  57. INC
  58. SIG
  59. TRUE
  60. FALSE
  61. __FILE__
  62. __LINE__
  63. __PACKAGE__
  64. __END__
  65. __DATA__
  66. lt
  67. gt
  68. le
  69. ge
  70. eq
  71. ne
  72. cmp
  73. x
  74. not
  75. and
  76. or
  77. xor
  78. q
  79. qq
  80. qx
  81. qw
  82. $
  83. @
  84. %
  85.  
  86. #KEYWORD=Built-in functions
  87. abs
  88. accept
  89. alarm
  90. atan2
  91. bind
  92. binmode
  93. bless
  94. caller
  95. chdir
  96. chmod
  97. chomp
  98. chop
  99. chown
  100. chr
  101. chroot
  102. close
  103. closedir
  104. connect
  105. cos
  106. crypt
  107. dbmclose
  108. dbmopen
  109. defined
  110. delete
  111. die
  112. dump
  113. each
  114. eof
  115. eval
  116. exec
  117. exists
  118. exit
  119. exp
  120. fcntl
  121. fileno
  122. flock
  123. fork
  124. format
  125. formline
  126. getc
  127. getlogin
  128. getpeername
  129. getpgrp
  130. getppid
  131. getpriority
  132. getpwnam
  133. getgrnam
  134. gethostbyname
  135. getnetbyname
  136. getprotobyname
  137. getpwuid
  138. getgrgid
  139. getservbyname
  140. gethostbyaddr
  141. getnetbyaddr
  142. getprotobynumber
  143. getservbyport
  144. getpwent
  145. getgrent
  146. gethostent
  147. getnetent
  148. getprotoent
  149. getservent
  150. setpwent
  151. setgrent
  152. sethostent
  153. setnetent
  154. setprotoent
  155. setservent
  156. endpwent
  157. endgrent
  158. endhostent
  159. endnetent
  160. endprotoent
  161. endservent
  162. getsockname
  163. getsockopt
  164. glob
  165. gmtime
  166. grep
  167. hex
  168. import
  169. index
  170. int
  171. ioctl
  172. join
  173. keys
  174. kill
  175. lc
  176. lcfirst
  177. length
  178. link
  179. listen
  180. localtime
  181. log
  182. lstat
  183. mkdir
  184. msgctl
  185. msgget
  186. msgsnd
  187. msgrcv
  188. no
  189. oct
  190. open
  191. opendir
  192. ord
  193. pack
  194. pipe
  195. pop
  196. pos
  197. print
  198. printf
  199. prototype
  200. push
  201. quotemeta
  202. rand
  203. read
  204. readdir
  205. readlink
  206. recv
  207. ref
  208. rename
  209. reset
  210. reverse
  211. rewinddir
  212. rindex
  213. rmdir
  214. scalar
  215. seek
  216. seekdir
  217. select
  218. semctl
  219. semget
  220. semop
  221. send
  222. setpgrp
  223. setpriority
  224. setsockopt
  225. shift
  226. shmctl
  227. shmget
  228. shmread
  229. shmwrite
  230. shutdown
  231. sin
  232. sleep
  233. socket
  234. socketpair
  235. sort
  236. splice
  237. split
  238. sprintf
  239. sqrt
  240. srand
  241. stat
  242. study
  243. substr
  244. symlink
  245. syscall
  246. sysopen
  247. sysread
  248. sysseek
  249. system
  250. syswrite
  251. tell
  252. telldir
  253. tie
  254. tied
  255. time
  256. times
  257. truncate
  258. uc
  259. ucfirst
  260. umask
  261. undef
  262. unlink
  263. unpack
  264. untie
  265. unshift
  266. utime
  267. values
  268. vec
  269. wait
  270. waitpid
  271. wantarray
  272. warn
  273. write
  274.  
  275. #KEYWORD=Scalar variables
  276.  
  277. #KEYWORD=Array variables
  278.  
  279. #KEYWORD=Hash variables
  280.  
  281. #