home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 December
/
PCWorld_1998-12_cd.iso
/
software
/
DownLd12
/
Editplus
/
PERL.ACP
< prev
next >
Wrap
Text File
|
1998-04-13
|
368b
|
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 ^! () {
}