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