in reply to accessing an array with multiple hashes

Hi jfroebe, sounds like you just looking for a way to speed up your hash look up? You can have a look at building your structure with pseudo-hashes, which are faster to look up.

Update: Thanks diotalevi, I wasn't aware that pseudo hashes are deprecated in 5.8, I am still using 5.6 on my Solaris box.

  • Comment on Re: accessing an array with multiple hashes

Replies are listed 'Best First'.
Re: Re: accessing an array with multiple hashes
by diotalevi (Canon) on Nov 11, 2003 at 20:30 UTC
    Pseudo-hashes were deprecated in Perl 5.8.0 and they will be removed in Perl 5.10.0, see perl58delta for more details.