3dbc has asked for the wisdom of the Perl Monks concerning the following question:
my $param = join(q{, }, map{qq{$_ => $$ref2{$_}}} keys %$ref2);
4 => HASH(0x5755668), 3 => HASH(0x55ddbb8), 2 => HASH(0x574e670), 9 => + HASH(0x5767a18), 11 => HASH(0x5527fd8), 1 => HASH(0x574f230), 8 => H +ASH(0x5639d48), 6 => HASH(0x574c6c8), 7 => HASH(0x54fae40), 12 => HAS +H(0x5747fc8), 5 => HASH(0x562be30), 13 => HASH(0x57633d0), 10 => HASH +(0x57648f8)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: DBI fetchall_hashref convert to scalar
by stevieb (Canon) on Feb 03, 2017 at 00:11 UTC | |
by hippo (Archbishop) on Feb 03, 2017 at 09:52 UTC | |
by huck (Prior) on Feb 03, 2017 at 00:18 UTC | |
by stevieb (Canon) on Feb 03, 2017 at 00:21 UTC | |
by huck (Prior) on Feb 03, 2017 at 00:52 UTC | |
by stevieb (Canon) on Feb 03, 2017 at 00:58 UTC | |
|
Re: DBI fetchall_hashref convert to scalar
by kcott (Archbishop) on Feb 03, 2017 at 01:48 UTC | |
by afoken (Chancellor) on Feb 03, 2017 at 13:02 UTC | |
|
Re: DBI fetchall_hashref convert to scalar
by huck (Prior) on Feb 03, 2017 at 00:03 UTC |