in reply to Optimizing a large project.
Next, stop using fields. The feature you're referring to was called pseudohashes and it was killed a long time ago (5.8 I think) because it caused problems and didn't deliver on the expected improvements. If you want hashes that don't autovivify keys, use Hash::Util::lock_keys(). If you're not on 5.8 yet, it would be a good move to get there.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Optimizing a large project.
by dextius (Monk) on Jun 12, 2008 at 19:09 UTC | |
by perrin (Chancellor) on Jun 12, 2008 at 19:25 UTC | |
by dextius (Monk) on Jun 12, 2008 at 21:00 UTC | |
by perrin (Chancellor) on Jun 12, 2008 at 22:05 UTC | |
by salva (Canon) on Jun 13, 2008 at 08:15 UTC | |
by salva (Canon) on Jun 13, 2008 at 08:48 UTC |