Re: [rt-users] Another script question

2007-04-18 Thread Mathew Snyder
I, more-or-less, have this working. It runs and gathers my data and does all of its wonderful calculations printing it out to the file I want it to. However, a strange thing is occurring. When the script runs it keep track of how many tickets there are for each environment for each day. I use t

Re: [rt-users] Another script question

2007-04-13 Thread Mathew Snyder
Nope, haven't done that. But, I just picked up the Perl Debugger Pocket Reference so I can try to figure it out :) Mathew Stephen Turner wrote: > At Friday 4/13/2007 05:52 AM, Mathew Snyder wrote: >> I've attached the complete script. >> >> Mathew > > Mathew, > > I don't have time to investiga

Re: [rt-users] Another script question

2007-04-13 Thread Stephen Turner
At Friday 4/13/2007 05:52 AM, Mathew Snyder wrote: I've attached the complete script. Mathew Mathew, I don't have time to investigate the whole script, but I wondered if you've looked at the perl debugger to step through the code. I always find the tool invaluable when I have a script that'

Re: [rt-users] Another script question

2007-04-13 Thread Mathew Snyder
I've attached the complete script. Mathew Mathew Snyder wrote: > Using my previous user timesheet script as my template I decided to rewrite a > script that is used to gather the total time spent on each customer over the > previous week. It is currently set up to query the database directly usi

[rt-users] Another script question

2007-04-13 Thread Mathew Snyder
Using my previous user timesheet script as my template I decided to rewrite a script that is used to gather the total time spent on each customer over the previous week. It is currently set up to query the database directly using DBI. I've found that this creates an inaccurate tally probably beca