in reply to Get anchors from CGI?

What is the official CGI.pm technique for getting anchor names out of a CGI query?.

As mentioned above, the anchor name isn't sent as part of the request. You'll need to duplicate the anchor as an argument to the CGI. That is, if the anchor is #anchorname, use a query like   http://path-to-bigpage.cgi?anchor=anchorname Then, from the CGI, you can redirect to a URL that contains #anchorname.