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