home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 January
/
chipcd20010102.iso
/
software
/
resources
/
editplus
/
ep2setup.exe
/
perl.acp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
EditPlus Auto Completion
|
1999-09-19
|
369 b
|
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 ^! () {
}
#