in reply to Re^14: Memory leak question
in thread Memory leak question
where I just matched on the regexp from _iso8601_rx. If I comment this line out (and just set $y,$m,$d to some static values), there's no leaking. Note that I STILL match the regexp, I simply never refer to the %+ hash.($y,$md,$d,...) = @+{qw(y m d ...)};
|
|---|