1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
=head1 NAME
Links
=head2 Original
A L<name> manual page.
An L<name/ident> item in manual page.
A L<name/"sec"> section in other manual page.
A L<"sec"> section in this manual page (the quotes are B<not> optional).
A L< sec > section in this manual page
A L<sec tion > section in this manual page
A L<mod::ule.foo> link to a module POD
A L</"sec"> section in this manual page (the quotes are optional).
=head2 Total Control
A L<text|name> manual page.
An L<text|name/ident> item in manual page.
A L<text|name/"sec"> section in other manual page.
A L<text|"sec"> section in this manual page (quotes are B<not> optional).
A L<text| sec > section in this manual page
A L<text|sec tion> section in this manual page
A L<text|bar-mod::ule> link to a module POD
A L<text|/"sec"> section in this manual page (quotes are optional).
=head2 Targets
X<target>
X<target with spaces>
X<target w/spaces>
X<I<italic> target>
=head2 Links
L</target>
L<"target with spaces">
L<" target w/spaces ">
L<"target with
line
breaks">
L</I<italic> B<target>>
L<I<page>/I<section>>
L<target|c|foo.html> This probably won't do what you want
L<http://world.std.com/~swmcd/steven/index.html>
L<Steven McDougall|http://world.std.com/~swmcd/steven/index.html>
|