jimyokl has asked for the wisdom of the Perl Monks concerning the following question:
my $data = { 'a10' => { b => 1, a => 2, }, 'bbb' => { x => 3, }, 'a2' => { z => 4, } };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: what is the variable type of $data = {
by Anonymous Monk on Jun 20, 2019 at 12:06 UTC | |
by jimyokl (Novice) on Jun 20, 2019 at 12:14 UTC | |
|
Re: what is the variable type of $data = {
by LanX (Saint) on Jun 20, 2019 at 12:20 UTC | |
by jimyokl (Novice) on Jun 20, 2019 at 12:23 UTC | |
|
Re: what is the variable type of $data = {
by Eily (Monsignor) on Jun 20, 2019 at 12:18 UTC | |
by jimyokl (Novice) on Jun 20, 2019 at 12:21 UTC | |
|
Re: what is the variable type of $data = {
by AnomalousMonk (Archbishop) on Jun 20, 2019 at 16:37 UTC | |
|
Re: what is the variable type of $data = {
by ikegami (Patriarch) on Jun 21, 2019 at 21:00 UTC |