home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / ftp.editplus.com.tar / ftp.editplus.com / epp125.exe / PERL.STX < prev    next >
Text File  |  1999-03-15  |  2KB  |  281 lines

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