Jan 24, 2002 #1 mickeyg Technical User Mar 30, 2001 120 US I would like to output a log file that contains the http referrer and possibly a few other pieces of info such as browser type and current time. Any suggestions? Would Perl be a good choice? Thanks for you input, Mickey
I would like to output a log file that contains the http referrer and possibly a few other pieces of info such as browser type and current time. Any suggestions? Would Perl be a good choice? Thanks for you input, Mickey
Jan 24, 2002 #2 Coderifous Programmer Dec 13, 2001 782 US If perl is already on your system I would see no reason not to use it for such a task. Using the %ENV hash you could have access to the things you described above. --Jim Upvote 0 Downvote
If perl is already on your system I would see no reason not to use it for such a task. Using the %ENV hash you could have access to the things you described above. --Jim