Pam Derks wrote:
> Hi all,
>
>
Hi Pam,
I got stuck reading the code snippet you sent.
> here's the code in question, and sample output below:
> sub get_output{
>
> @subdirs = readdir(DIR);
> for $subdir(sort @subdirs){
> next if $subdir eq "." or $subdir eq ".."
Pam Derks wrote:
Hi all,
thanks in advance for any help...
what I want to do is:
1)
read in a file containing daily total hits to certain urls within a subdirectory
so total.030922 would contain:
month date subdir and total count for this date
example: Sep 22 airport 4
Sep 22 alumni 5
2)
read in