All,
I have a odd scenerio which I'm looking to resolve - what is the best way in CGI/PERL to detect the referring page - as depending on if the referring page is from http://www.mysites.com/wholesale - I need to display a button on the page that when clicked will be for a $4 item - otherwise the button on the page when clicked will be for an $8 item.
I'm just not sure what currently is the best practice for utilizing in CGI/PERL the HTTP Referrer - I'm open to utilizing JavaScript as well - my main concern is knowing the referrer so that I can pass in the right dollar amount.