in reply to Re: date problem
in thread date problem

Can you suggest me what changes you did to fix the problem in Avg_Time_Taken_Per_Transaction();I get the output in one output file but when i execute on command line i get those errors. Thanks NT

Replies are listed 'Best First'.
Re^3: date problem
by ikegami (Patriarch) on Jul 09, 2009 at 18:07 UTC
    Changed avg_time_taken_in_QnA(@log_paths); to avg_time_taken_in_QnA(@_);. It was ignoring the arguments passed to it by process_summaryreport, referencing an undeclared variable instead. I doubt that was the cause of your problem.