home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.editplus.com
/
2015-02-07.ftp.editplus.com.tar
/
ftp.editplus.com
/
epp231.exe
/
perl.acp
< prev
next >
Wrap
Text File
|
2007-03-10
|
369b
|
30 lines
#TITLE=Perl
; EditPlus Auto-completion file v1.0 written by ES-Computing.
; This file is provided as a default auto-completion file for Perl.
#CASE=y
#T=if
if (^!) {
}
#T=unless
unless (^!) {
}
#T=while
while (^!) {
}
#T=until
until (^!) {
}
#T=for
for (^!; ;) {
}
#T=map
map {^!};
#T=do
do (^!) {
} until ;
#T=foreach
foreach ^! () {
}
#