in reply to Re: How to bookmarks Perlmonk nodes
in thread How to bookmarks Perlmonk nodes

jeffa wrote the Personal Nodelet Extractor to address this very problem.

Otherwise, if you examine a link on the page in question, you find they are all of the nature:

http://www.perlmonks.org/index.pl?node=29008&lastnode_id=101961

If you have to create the URL manually, you just set the node_id parameter to that of lastnode:

http://www.perlmonks.org/index.pl?node_id=101961

This is easier than having to type impossibly long node names.

update: tye's corrections taken into consideration.

--
g r i n d e r

Replies are listed 'Best First'.
Re: Re:x2 How to bookmarks Perlmonk nodes
by tye (Sage) on Aug 03, 2001 at 19:54 UTC

    s/node=/node_id=/. Using node= will usually work but node_id= will be faster and is immune to being "tricked" by nodes having a title that is equal to some other node's number.

            - tye (but my friends call me "Tye")