Rob Dixon wrote:
> Mathew Snyder wrote:
>>
>> I'm passing two hash references into a subroutine. One hash is in the
>> format of
>> $dept{$env}{$user}. This contains an amount of time spent by each
>> user on a
>> customer ($env). The second hash is in the format of
>> $ticCount{$env}{$user}{$
Mathew Snyder wrote:
I'm passing two hash references into a subroutine. One hash is in the format of
$dept{$env}{$user}. This contains an amount of time spent by each user on a
customer ($env). The second hash is in the format of
$ticCount{$env}{$user}{$ticID}. This contains a running count
I'm passing two hash references into a subroutine. One hash is in the format of
$dept{$env}{$user}. This contains an amount of time spent by each user on a
customer ($env). The second hash is in the format of
$ticCount{$env}{$user}{$ticID}. This contains a running count of how many times
a user