home *** CD-ROM | disk | FTP | other *** search
EditPlus Auto Completion | 1998-04-13 | 368 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 ^! () {
- }
-