First let my just say I am a Sys Admin not a programmer.
I have a perl script I am using for a time clock program and it is sort of working. It does half the select and update statments without a problem, but one in particular acts goofy. It is when an employee goes on break they go through the menu steps, and at the end it does not update the database for that current user but for a user I was trying like 7-8 times before to test it. Why would it be perfomring a step from the time before like this even after I close the script and computer, and where is this information stored at that it uses.
perl
DBI module
SQL database
Thanks for you help,
Brian
I have a perl script I am using for a time clock program and it is sort of working. It does half the select and update statments without a problem, but one in particular acts goofy. It is when an employee goes on break they go through the menu steps, and at the end it does not update the database for that current user but for a user I was trying like 7-8 times before to test it. Why would it be perfomring a step from the time before like this even after I close the script and computer, and where is this information stored at that it uses.
perl
DBI module
SQL database
Thanks for you help,
Brian