Hi!

I am trying to create a link from an html page to an 'item' in another
html page using pod. The usage is as follows:

POD1
---------
=item gPtop

POD2
---------
L<gPtop|DSM::Box/gPtop>,

The pod2html for POD1 has <A NAME="item_gPtop">
and pod2html for POD2 has <A HREF="/DSM/Box.html#gptop"> which obviously
is wrong. Note the case sensitivity is lost.

I am not able to successfully create links to other manual pages if my
item contains a "$" or if the item name is case sensitive because of the
following reasons -

1) The NAME has a 'item_' appended to it
2) The case sensitivity is lost
3) the $ sign is converted to the code %24

so basically, L<text|name/ident> is not working some how.

Could anyone help me understand what is it that i am doing wrong?

Anjali

Reply via email to