in reply to Re^2: does a hash element as a loop parameter cause significant slowdown?
in thread does a hash element as a loop parameter cause significant slowdown?

Maybe 5.10ish?

I checked perldoc.perl.org's 5.10 docs: it still had the "but older versions" comment.

So I checked 5.005's docs: it still had the "but older versions" comment.

So if perldoc.perl.org's copies of the docs are accurate, it was documenting the list-in-memory behavior as "old" even at 5.005!

/me guesses he needs to get over his aversion to large ranges in foreach loops ;-)

  • Comment on Re^3: does a hash element as a loop parameter cause significant slowdown?

Replies are listed 'Best First'.
Re^4: does a hash element as a loop parameter cause significant slowdown?
by LanX (Saint) on Sep 09, 2023 at 12:19 UTC