Hello,
 
I want to include week options in my query form.  However, I'm not sure how to pass these to the Perl script.  For example, I want to have:
 
<option>Week 1</option>
<option>Week 2</option>
 
Week 2's logs may have been archived.  For example, if Week 2 is 22 June 2002, then the log will be found in apache/logs/2002/06/access_log.22.
 
How do I configure the form (or I guess I have to edit the Perl script) to deal with the weeks and look in the right place for the logs?
 
Thanks!
Danielle

Reply via email to