Help for this page

Select Code to Download


  1. or download this
    if (condition)
    {
    ...
    {
    
    }
    
  2. or download this
      (require 'dmacro)
    ;;; load my macros:
    ...
    ;;; my macros use this function for tabbing:
    ;;; (indent-region doesn't bring the {'s with it in perl-mode.)
      (def-dmacro-function perltab perl-indent-command)
    
  3. or download this
    #######
    # MODE:    nil
    ...
     ~perltab ~@
    } ~perltab
    #