Help for this page

Select Code to Download


  1. 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";
    }
    
  2. 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))
    
  3. or download this
    # Begin a fold mark:
    
    ...
    # }}}
    
    # The  "# }}}" ends the fold mark
    
  4. or download this
    # Begin a fold mark:
    
    # {{{ A space after the three { is required....
    
    # The  "# }}}" ends the fold mark