- or download this
use Unicode::CharName qw/uname/;
use Unicode::UCD qw/charinfo/;
...
$c = ord($_);
print uname($c) .":\t" . charinfo($c)->{code} . ":\t$c\n";
}
- or download this
;; I stick my personal libs here:
(setq load-path (cons "~/elisp/" load-path))
...
(setq auto-mode-alist (cons '("\\.[Pp][LlMm]\\'" . cperl-mode) auto-mo
+de-alist))
(setq auto-mode-alist (cons '("\\.t\\'" . cperl-mode) auto-mode-alist)
+)
(setq auto-mode-alist (cons '("\\.pod\\'" . cperl-mode) auto-mode-alis
+t))
- or download this
# Begin a fold mark:
...
# }}}
# The "# }}}" ends the fold mark
- or download this
# Begin a fold mark:
# {{{ A space after the three { is required....
# The "# }}}" ends the fold mark