home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.editplus.com
/
ftp.editplus.com.tar
/
ftp.editplus.com
/
epp125.zip
/
SETUP.EXE
/
PERL.STX
< prev
next >
Wrap
Text File
|
1999-03-15
|
2KB
|
281 lines
#TITLE=Perl
; EditPlus Syntax File v1.2 written by ES-Computing
; This file is provided as a default syntax file for C/C++.
; This file is required for EditPlus to run property.
#DELIMITER=,(){}[]-+*/=~!&|<>?:;.
#QUOTATION1='
#QUOTATION2="
#CONTINUE_QUOTE=n
#LINECOMMENT=#
#LINECOMMENT2=
#COMMENTON=
#COMMENTOFF=
#COMMENTON2=
#COMMENTOFF2=
#ESCAPE=\
#CASE=y
#PREFIX1=
#PREFIX2=
#PREFIX3=$
#PREFIX4=@
#PREFIX5=%
#SUFFIX1=
#SUFFIX2=
#SUFFIX3=
#SUFFIX4=
#SUFFIX5=
; Reserved words and operators
#KEYWORD
continue
do
else
elsif
for
foreach
goto
if
last
local
map
my
next
package
redo
require
return
sub
unless
until
use
while
STDIN
STDOUT
STDERR
ARGV
ARGVOUT
ENV
INC
SIG
TRUE
FALSE
__FILE__
__LINE__
__PACKAGE__
__END__
__DATA__
lt
gt
le
ge
eq
ne
cmp
x
not
and
or
xor
q
qq
qx
qw
$
@
%
#
; Perl Builtin functions
#KEYWORD
abs
accept
alarm
atan2
bind
binmode
bless
caller
chdir
chmod
chomp
chop
chown
chr
chroot
close
closedir
connect
cos
crypt
dbmclose
dbmopen
defined
delete
die
dump
each
eof
eval
exec
exists
exit
exp
fcntl
fileno
flock
fork
format
formline
getc
getlogin
getpeername
getpgrp
getppid
getpriority
getpwnam
getgrnam
gethostbyname
getnetbyname
getprotobyname
getpwuid
getgrgid
getservbyname
gethostbyaddr
getnetbyaddr
getprotobynumber
getservbyport
getpwent
getgrent
gethostent
getnetent
getprotoent
getservent
setpwent
setgrent
sethostent
setnetent
setprotoent
setservent
endpwent
endgrent
endhostent
endnetent
endprotoent
endservent
getsockname
getsockopt
glob
gmtime
grep
hex
import
index
int
ioctl
join
keys
kill
lc
lcfirst
length
link
listen
localtime
log
lstat
mkdir
msgctl
msgget
msgsnd
msgrcv
no
oct
open
opendir
ord
pack
pipe
pop
pos
print
printf
prototype
push
quotemeta
rand
read
readdir
readlink
recv
ref
rename
reset
reverse
rewinddir
rindex
rmdir
scalar
seek
seekdir
select
semctl
semget
semop
send
setpgrp
setpriority
setsockopt
shift
shmctl
shmget
shmread
shmwrite
shutdown
sin
sleep
socket
socketpair
sort
splice
split
sprintf
sqrt
srand
stat
study
substr
symlink
syscall
sysopen
sysread
sysseek
system
syswrite
tell
telldir
tie
tied
time
times
truncate
uc
ucfirst
umask
undef
unlink
unpack
untie
unshift
utime
values
vec
wait
waitpid
wantarray
warn
write
#