Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xaicron/90472 to your computer and use it in GitHub Desktop.
Save xaicron/90472 to your computer and use it in GitHub Desktop.
javascript:
(function () {
var module = location.href.match(/lib\/(.*).pm$/)[1].replace(/\//g, '::');
prompt(module + 'のリンク', '<a href="http://search.cpan.org/perldoc?' + module + '">' + module + '</a>');
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment