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


in reply to New Monks Info Page

I need to know how to make links to the Perl manpages. I know how to make links to CPAN.

Replies are listed 'Best First'.
Re: Re: New Monks Info Page
by tachyon (Chancellor) on Jun 25, 2001 at 04:32 UTC

    For links within perlmonks, to link to say perlfunc, use [perlman:perlfunc] to give perlman:perlfunc

    If you want to link to other external manpages then use standard HTML <a href="http://foo.com">foo website</a>

    cheers

    tachyon