> Sometimes it's worse than just ugly. See the entry in the Perl FAQ: > http://www.perl.com/pub/doc/manual/html/pod/perlfaq4.html#What_s_wrong_with_ always_quoting > > Not likely that anyone would be using something as a hash key that would > suffer from being stringified, but possible. It's definitely a bit slower > as well, but that's below the noise level. Actually, when you use a reference as a hash key, it is automatically stringified anyway. http://www.perl.com/pub/doc/manual/html/pod/perlfaq4.html#How_can_I_use_a_re ference_as_a_h So that means that: $hash{"$key"} and $hash{$key}differ only in the relative merits of their beauty. :) Mike Lambert
- [performance/benchmark] printing techniques Stas Bekman
- Re: [performance/benchmark] printing techniques Matt Sergeant
- Re: [performance/benchmark] printing technique... Stas Bekman
- Re: [performance/benchmark] printing technique... Eric Cholet
- Re: [performance/benchmark] printing techn... Eric Strovink
- Re: [performance/benchmark] printing t... Eric Cholet
- Re: [performance/benchmark] print... Matt Sergeant
- [OT] Re: [performance/benchma... Perrin Harkins
- Re: [OT] Re: [performance... Matt Sergeant
- Re: [OT] Re: [performance... Perrin Harkins
- Re: [OT] Re: [performance... Mike Lambert
- Re: [OT] Re: [performance... Matt Sergeant
- Re: [OT] Re: [performance... Doug MacEachern
- Re: [performance/benchmark] printing techn... Matt Sergeant
- Re: [performance/benchmark] printing t... Stas Bekman
- Re: [performance/benchmark] printing techn... Barrie Slaymaker
- Re: [performance/benchmark] printing t... Eric Cholet
- Re: [performance/benchmark] print... Barrie Slaymaker
- Re: [performance/benchmark] printing techniques Jeff Norman
- Re: [performance/benchmark] printing technique... Stas Bekman
- Re: [performance/benchmark] printing techn... ___cliff rayman___
