Hi, > FYI, the reference in POD is > > L<name> manpage > L<name/ident> item in manpage > L<name/"sec"> section in another manpage > L<"sec"> section in this manpage > L</"sec"> same as L<"sec"> > > In addition, showing text can be specified like > > L<show this text|name> I gave a glance at perlpod(1) and POD of pod2html, and I understood pod2xxx does only <EM>...</EM> for such a L<name>. right? If rd2html can do Hyper-Link for Reference like L<name>, it will be pretty useful. Is there good solution for it? # Well, It seems to be difficult. Now, we can't decide even what name HTML # file which is traslated from RD have. Form is another problem. * ((<foo/"sec">)) (like POD) * ((<RD:foo>)), ((<RD:foo#sec>)) (like ((<URL:...>)) ) Well... I want another better idea. Please! --- Tosh