in reply to Re^4: Bookmarklet to show deeplinks in perldoc.perl.org
in thread Bookmarklet to show deeplinks in perldoc.perl.org

my concern is the #hash part in the address.

[https://perldoc.pl/perlfunc.html#open-FILEHANDLE,MODE,EXPR,LIST]

https://perldoc.pl/perlfunc.html#open-FILEHANDLE,MODE,EXPR,LIST

vs

https://perldoc.perl.org/perlfunc.html#open-FILEHANDLE%2cMODE%2cEXPR%2cLIST

https://perldoc.perl.org/perlfunc.html#open-FILEHANDLE%2cMODE%2cEXPR%2cLIST

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

Replies are listed 'Best First'.
Re^6: Bookmarklet to show deeplinks in perldoc.perl.org
by Anonymous Monk on Jun 17, 2019 at 16:24 UTC
    As far as I can tell that anchor still works fine on perldoc.pl, despite the unnecessary encoding.
      > As far as I can tell that anchor still works fine on perldoc.pl, despite the unnecessary encoding.

      Hmm, I tested it and there where problems from one to the other direction, but I can't reproduce now.

      [doc://perlfunc#open-FILEHANDLE%2cMODE%2cEXPR%2cLIST] -> open FILEHANDLE,MODE,EXPR,LIST

      Cheers Rolf
      (addicted to the Perl Programming Language :)
      Wikisyntax for the Monastery FootballPerl is like chess, only without the dice