I am trying to get a refer url on script url, both of which have a hash mark or pound symbol (#) in the url (an HTML anchor). Of course perl ignores the hash mark and everything else behind it and my attempts to use CGI.pm and envrionmental variables to do it have failed.
Any suggestions on how to obtain the full url including the html anchor?
I could use a onclick javascript function to pass the info when a user hits a link, but if someone puts the url with the anchor into the browser themselves, then the script will not properly execute and take the user to the correct spot.
I need some help.
ap