in reply to Re: PERL/MySQL Punch Clock
in thread PERL/MySQL Punch Clock

Much apologies. I was thinking of using that method, after rethinking it a bit i am considering using the structure.
uid varchar(255) #uid from ldap date date #date time time #time stat enum() #transaction type
This way when i want to do reporting i can pull the dates seperately from the times, and do the math of the times.
amt.

perlcheat