http://qs321.pair.com?node_id=196533

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Chatterbox Links.
by hacker (Priest) on Sep 10, 2002 at 11:11 UTC
    I would first start by reading the Chatterbox FAQ here. The link right there was just created by typing [Chatterbox FAQ], and Perl Monks search is intelligent to locate it directly. It specifically describes all of the things you can link to in the Chatterbox. There are many other things you can link to there, such as:

    /msg # send a direct message to a fellow monk [id://12345] # Link to node '12345' directly, # showing the original node title as # the text of the link [id://12345|this] # Same, but replace the original node # title with 'this' [pad://monk] # link directly to another monk's # scratchpad [cpan://CGI] # link to the 'CGI' module on CPAN [kobe://] # Kobe search for a Perl module [perldoc://] # Documentation on a perl module [jargon://] # Link to the Jargon dictionary [google://] # Search google for 'string' [lucky://] # "Feeling lucky?" (google search) [isbn://] # ISBN for a book or publication [http://] # Self-explanatory [ftp://] # Ditto, for ftp <a href="foo"> </a> # A "normal" HREF link /ignore # Put a user on your ignore list /unignore # Remove a user from your ignore list /login # Log into Perl Monks /logout # Log out of Perl Monks

    This should get you started.

      As well as other, undocumented gems such as:

      [dict://]

      - wil
Re: Chatterbox Links.
by Chady (Priest) on Sep 10, 2002 at 05:59 UTC
    did you really look at turnstep's node? it's really there:
    How Do I Link
    He who asks will be a fool for five minutes, but he who doesn't ask will remain a fool for life.

    Chady | http://chady.net/
Re: Chatterbox Links.
by blm (Hermit) on Sep 10, 2002 at 04:35 UTC

    I think that you type in  [http://www.perlmonks.org/index.pl|testing] to get this. I can't remember where I saw this.

Re: Chatterbox Links.
by brianarn (Chaplain) on Sep 11, 2002 at 00:05 UTC
Re: Chatterbox Links.
by blaze (Friar) on Sep 10, 2002 at 04:30 UTC
    you could do <a href="http://www.activestate.com">this</a>
      A shorthand for this would be:

      [http://www.activestate.com|this]

      - wil
Re: Chatterbox Links.
by Marza (Vicar) on Sep 10, 2002 at 04:34 UTC

    Hello Noobie

    The view source option of your browser will show you html commands

    As from another post to you, I used the following:

    <a href= "http://search.barnesandnoble.com/booksearch/isbnInquiry.asp? +userid=6V5TWU9KKW&isbn=1861003145" > Beginning Perl </A>

    Update:

    I have been doing it the hard way. Is ashamed Guess I should read the site docs more.

    ++ to everybody