in reply to Re: Reference to a single array item in an array of hashes?
in thread Reference to a single array item in an array of hashes?
When I would much rather have:$jobTimes[$i]{'startX'} = int(($jobTimes[$i]{'start'} - $dayStart) * $ +scaleConst);
$$job{'startX'} = int(($$job{'start'} - $dayStart) * $scaleConst);
|
|---|