I'm finding the ability to give cpan: and perldoc: links to be less than completely helpful. For instance, if I want to include a link to the List::Utils module, List::Utils goes to search results instead of directly to the module. I think making go directly to the module doc (with author, distribution, and .pm source links right at the top) like http://search.cpan.org/perldoc/List::Utils would be better.

For going to doc search results, perldoc: works, but if I want to go to a specific up to date perl man page, it's a little lacking, e.g. perldoc://perlcheat (not found) vs. http://search.cpan.org/perldoc/perlcheat.

I'm not completely happy with any choice to jump to a particular perl function. Compare substr vs. perldoc://substr vs. http://search.cpan.org/perldoc/perlfunc#substr (my problem with the last option is that it loads the whole perlfunc page).

I do have to say that looking through multiple old versions on perldoc.com is handy sometimes, but if you want to link to a specific version of doc, you can say e.g.http://search.cpan.org/~gsar/perl-5.6.0/pod/perldelta.pod

Maybe I'm just confusedly trying to use what are intended to be "go to search results" links as "show me the money" links. I personally would expect the latter to be more commonly wanted than the former, especially for module names.

Anyway, that's my question and I don't have a suggested answer for how it is best addressed.


In reply to cpan: module and perldoc: links by ysth

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.