home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 December / PCWorld_1998-12_cd.iso / software / DownLd12 / Editplus / PERL.STX < prev    next >
Text File  |  1998-04-21  |  2KB  |  278 lines

  1. #TITLE=Perl
  2. ; EditPlus Syntax File v1.0 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. #LINECOMMENT=#
  10. #WHOLELINE=n
  11. #COMMENTON=
  12. #COMMENTOFF=
  13. #ESCAPE=\
  14. #CASE=y
  15. #PREFIX1=
  16. #PREFIX2=
  17. #PREFIX3=$
  18. #PREFIX4=@
  19. #PREFIX5=%
  20. #SUFFIX1=
  21. #SUFFIX2=
  22. #SUFFIX3=
  23. #SUFFIX4=
  24. #SUFFIX5=
  25.  
  26. ; Reserved words and operators
  27. #KEYWORD
  28. continue
  29. do
  30. else
  31. elsif
  32. for
  33. foreach
  34. goto
  35. if
  36. last
  37. local
  38. map
  39. my
  40. next
  41. package
  42. redo
  43. require
  44. return
  45. sub
  46. unless
  47. until
  48. use
  49. while
  50.  
  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.  
  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.  
  88. ; Perl Builtin functions
  89. #KEYWORD
  90. abs
  91. accept
  92. alarm
  93. atan2
  94. bind
  95. binmode
  96. bless
  97. caller
  98. chdir
  99. chmod
  100. chomp
  101. chop
  102. chown
  103. chr
  104. chroot
  105. close
  106. closedir
  107. connect
  108. cos
  109. crypt
  110. dbmclose
  111. dbmopen
  112. defined
  113. delete
  114. die
  115. dump
  116. each
  117. eof
  118. eval
  119. exec
  120. exists
  121. exit
  122. exp
  123. fcntl
  124. fileno
  125. flock
  126. fork
  127. format
  128. formline
  129. getc
  130. getlogin
  131. getpeername
  132. getpgrp
  133. getppid
  134. getpriority
  135. getpwnam
  136. getgrnam
  137. gethostbyname
  138. getnetbyname
  139. getprotobyname
  140. getpwuid
  141. getgrgid
  142. getservbyname
  143. gethostbyaddr
  144. getnetbyaddr
  145. getprotobynumber
  146. getservbyport
  147. getpwent
  148. getgrent
  149. gethostent
  150. getnetent
  151. getprotoent
  152. getservent
  153. setpwent
  154. setgrent
  155. sethostent
  156. setnetent
  157. setprotoent
  158. setservent
  159. endpwent
  160. endgrent
  161. endhostent
  162. endnetent
  163. endprotoent
  164. endservent
  165. getsockname
  166. getsockopt
  167. glob
  168. gmtime
  169. grep
  170. hex
  171. import
  172. index
  173. int
  174. ioctl
  175. join
  176. keys
  177. kill
  178. lc
  179. lcfirst
  180. length
  181. link
  182. listen
  183. localtime
  184. log
  185. lstat
  186. mkdir
  187. msgctl
  188. msgget
  189. msgsnd
  190. msgrcv
  191. no
  192. oct
  193. open
  194. opendir
  195. ord
  196. pack
  197. pipe
  198. pop
  199. pos
  200. print
  201. printf
  202. prototype
  203. push
  204. quotemeta
  205. rand
  206. read
  207. readdir
  208. readlink
  209. recv
  210. ref
  211. rename
  212. reset
  213. reverse
  214. rewinddir
  215. rindex
  216. rmdir
  217. scalar
  218. seek
  219. seekdir
  220. select
  221. semctl
  222. semget
  223. semop
  224. send
  225. setpgrp
  226. setpriority
  227. setsockopt
  228. shift
  229. shmctl
  230. shmget
  231. shmread
  232. shmwrite
  233. shutdown
  234. sin
  235. sleep
  236. socket
  237. socketpair
  238. sort
  239. splice
  240. split
  241. sprintf
  242. sqrt
  243. srand
  244. stat
  245. study
  246. substr
  247. symlink
  248. syscall
  249. sysopen
  250. sysread
  251. sysseek
  252. system
  253. syswrite
  254. tell
  255. telldir
  256. tie
  257. tied
  258. time
  259. times
  260. truncate
  261. uc
  262. ucfirst
  263. umask
  264. undef
  265. unlink
  266. unpack
  267. untie
  268. unshift
  269. utime
  270. values
  271. vec
  272. wait
  273. waitpid
  274. wantarray
  275. warn
  276. write
  277. #
  278.