Help for this page

Select Code to Download


  1. or download this
    (defvar perl-compilation-error-regexp-alist
      ;; Contributed by Martin Jost
      '(
    ...
      "Alist that specifies how to match errors in perl output.
     
    See variable compilation-error-regexp-alist for more details.")
    
  2. or download this
    (defvar perl-compilation-error-regexp-alist
      ;; Contributed by Martin Jost
      '(
    ...
      "Alist that specifies how to match errors in perl output.
     
    See variable compilation-error-regexp-alist for more details.")
    
  3. or download this
     (defvar cperl-compilation-error-regexp-alist-lanx-patch
      '(
    ...
        "mode-compile"
          '(setq perl-compilation-error-regexp-alist
             cperl-compilation-error-regexp-alist-lanx-patch)))