http://www.perlmonks.org?node_id=743822


in reply to Re: Anchor Tag and Perl
in thread Anchor Tag and Perl

This article on Fragment identifiers may help explain why it's not doing what the OP wants.

The fragment identifier functions differently than the rest of the URI: namely, its processing is exclusively client-side with no participation from the server. When an agent (such as a Web browser) requests a resource from a Web server, the agent sends the URI to the server, but does not send the fragment. Instead, the agent waits for the server to send the resource, and then the agent processes the resource according to the fragment value. In the most common case, the agent scrolls a Web page down to the anchor element which has an attribute string equal to the fragment value.