Sleepless nights certainly allow you to get some work done. Not knowing a lot of Perl, I have to struggle my way through CGI, which I did this morning. The referrer script that I have been using for the site has now been broken up into a "store" script that is called from every page, and a "display" script, that is called from the Site Referrers page.
After I get a few hits, I will refine the script further.
Update: After getting a few hits, it was obvious that the script was broken and would put up a domain for each individual referrer string, generating duplicate domain names on the page. Obviously not what I was after.
I borrowed a copy of "Programming Perl" from a friend and learned all about hashs and the "spaceship" operator.
Posted at March 28, 2003 7:02 AMComments are closed