Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
who edits p3rl.org? link fixer idea
http://p3rl.org/perlre#(?_PARNO_)-(?-_PARNO_)-(?+_PARNO_)-(?R)-(?0)
goes to http://perldoc.perl.org/perlre.html#%28?_PARNO_%29-%28?-_PARNO_%29-%28?+_PARNO_%29-%28?R%29-%28?0%29
but (?PARNO) (?-PARNO) (?+PARNO) (?R) (?0) won't work as an anchhor,
but that's how you'd link to it in pod, so why not resolve it like pod ?
Make http://p3rl.org/perlre/(?PARNO) (?-PARNO) (?+PARNO) (?R) (?0) redirect to http://p3rl.org/perlre#(?_PARNO_)-(?-_PARNO_)-(?+_PARNO_)-(?R)-(?0)
And save lots of perl guys view-source... to find the translated link
Also, no need to support E<verbar>escapes and such
Just a thought
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: who edits p3rl.org? link fixer idea
by Old_Gray_Bear (Bishop) on Aug 13, 2013 at 20:49 UTC | |
by choroba (Cardinal) on Aug 13, 2013 at 20:57 UTC |