in reply to Re: 'Use Strict' conflicts with Time::Local module
in thread 'Use Strict' conflicts with Time::Local module
Thanks for the help. I was able to input Roy Johnson's edited code in and it worked like a charm. I'm pretty sure you hit it right on in that I wasn't correctly declaring variables. One thing that I know I did not do before was put in the extra declaration, "my ($t);" near the bottom of the code. I'm guessing that there is a more efficient way to run the process; understanding the alternatives will come with time.