home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / 2015-02-07.ftp.editplus.com.tar / ftp.editplus.com / epp211a.zip / perl.acp < prev    next >
Text File  |  1999-09-19  |  369b  |  30 lines

  1. #TITLE=Perl
  2. ; EditPlus Auto-completion file v1.0 written by ES-Computing.
  3. ; This file is provided as a default auto-completion file for Perl.
  4.  
  5. #CASE=y
  6.  
  7. #T=if
  8. if (^!) {
  9. }
  10. #T=unless
  11. unless (^!) {
  12. }
  13. #T=while
  14. while (^!) {
  15. }
  16. #T=until
  17. until (^!) {
  18. }
  19. #T=for
  20. for (^!; ;) {
  21. }
  22. #T=map
  23. map {^!};
  24. #T=do
  25. do (^!) {
  26. } until ;
  27. #T=foreach
  28. foreach ^! () {
  29. }
  30. #