Skip to content

Instantly share code, notes, and snippets.

@kiwanami
Created March 7, 2012 01:05
Show Gist options
  • Save kiwanami/1990213 to your computer and use it in GitHub Desktop.
Save kiwanami/1990213 to your computer and use it in GitHub Desktop.
Emacs DBI setting for ActivePerl
;; Emacs DBI setting for ActivePerl
(require 'edbi)
(setq edbi:driver-info (list "\\Perl\\bin\\perl"
(expand-file-name
"edbi-bridge.pl"
edbi:driver-libpath)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment