- or download this
use strict;
use WWW::Mechanize;
...
> $content =~ s/^\s+//;
|
> print $content;
- or download this
(add-to-list 'load-path "~/.site-lisp")
(autoload 'b-xref "b-xref.el" "Cross-references perl symbols" t)
- or download this
(defun b-xref ()
(interactive)
(let ((output-buffer-name (concat "*b-xref-" (buffer-name) "*")))
...
xref-output))))
(provide 'b-xref)