in reply to Re: 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:
perl -E'my %x; $x{1,2,3} = 4; print $x{1,2,3}, "\n";'
They're kinda weirdly implemented and not really used much.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Why am I getting Can't use string (<string value>) as an ARRAY ref wile "strict refs" in use
by afoken (Chancellor) on Mar 01, 2019 at 13:20 UTC | |
|
Re^3: Why am I getting Can't use string (<string value>) as an ARRAY ref wile "strict refs" in use
by Lotus1 (Vicar) on Feb 28, 2019 at 21:48 UTC |