Im interesed in doing some specific tracking on my website -could anyone guide me towards some documentation(a tutorial) which would help me implement this in perl.
In particular - how does cgi handle referrers(the history array in javascript), do i have to post the history array of the client to a cgi script in order to analize it or does the server have access to referrer info via a $ENV variable of some sort.