Help for this page

Select Code to Download


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