in reply to Re^2: Why am I getting Can't use string (<string value>) as an ARRAY ref wile "strict refs" in use
in thread Why am I getting Can't use string (<string value>) as an ARRAY ref wile "strict refs" in use

There's also multidimensional hashes [...] They're kinda weirdly implemented and not really used much.

Basically, all list elements are joined by $; (defaults to \034 = \x1C = ASCII FS) before using them as hash key. This is not multidimensional, it is just a poor emulation used mainly for awk compatibility.

Problems:

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
  • Comment on Re^3: Why am I getting Can't use string (<string value>) as an ARRAY ref wile "strict refs" in use
  • Select or Download Code