in reply to Re^2: Some [doc://] tags need update. (fc sort.pm)
in thread Some [doc://] tags need update.

OTOH, sort goes to perlfunc/sort and sort.pm goes to 404 not http://perldoc.perl.org/sort.html
I always have the same problem with [doc://open]open versus [mod://open]open, but no way to link to http://perldoc.perl.org/open.html (or is there?)
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Replies are listed 'Best First'.
Re^4: Some [doc://] tags need update. (fc sort.pm)
by Corion (Patriarch) on Sep 16, 2013 at 07:53 UTC

    I think you mean [doc://open], which links to open on perldoc vs. [open], which links to the local site, with a pointer to perldoc.

      Not really. The point is I haven't found a way to link (by a shortcut) to the documentation of the open pragma at perldoc.perl.org, I can only link to its documentation at cpan.
      لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ
      I suggest [doc://open.pm] look for a pragma, like it does now but with the wrong filename (open.pm -> http://perldoc.perl.org/open.pm.html), all it has to do is drop the .pm -- trivial change that allows disambiguation, making doc:// better shortcut, because function names can't have dots in them or pms

      heah, the pm part of .pm shouldn't be needed for disambiguation, the dot should be enough