I am working on a proxy log analysis script
I have hash
%users
$users{abc}{$user}
there are approx 10, 000 users in $user
I intend to have a directory structure
year/month/day/a - z
if a user is andrew.john his report file will be written to the dir
year/month/day/a/andrew.john.date
similari
http://stein.cshl.org/WWW/software/CGI/cgi_docs.html
there is also an oreilly's book cgi programmin with perl
however I have found the best way is using the cgi.pm module
Licoln stein is the author he also has a book (the official guide to
programming with cgi.pm)
I have found it to be an ex