in reply to Re: question to a complex structure of hash/array
in thread question to a complex structure of hash/array
push @results, @array; extends @results by the elements of @array, it doesn't "push an array", as all the elements of an array must be scalars. You can push an array reference, though:
push @results, \@array;
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: question to a complex structure of hash/array
by buchi2 (Acolyte) on Aug 09, 2017 at 04:28 UTC | |
|
Re^3: question to a complex structure of hash/array
by buchi2 (Acolyte) on Aug 09, 2017 at 07:55 UTC | |
by buchi2 (Acolyte) on Aug 09, 2017 at 08:10 UTC |