I have a data structure $logs[]{}{}[] that has the data parsed from a log file.  I 
need to print the structure in a form that managment can understand.  My problem is, I 
can fill the structure correctly but cannot seem to get a handle on printing it to 
allow printing the parts in a decent form.  I tried
foreach $day (@logs)
    {
    ....some code1.....
    foreach $username (%$day)
        {
        .....some code2.....
          foreach $authmethod (%$username)
               {
              .somecode ....   the program never got here
              }
        }
}

I am still confused on Perl's reference/dereference symbology, so what am I doing 
wrong?

Chris D. Garringer
LAN/WAN Manager
Master Certified Netware Engineer
Microsoft Certified Systems Engineer
Certified Solaris Administrator
Red Hat Certified Engineer
[EMAIL PROTECTED]
fax 713-896-5266

Reply via email to