in reply to Re^4: Hash vs constant vs package vs other for data structure
in thread Hash vs constant vs package vs other for data structure
It works:
$ perl -MData::Dump -e '@{$x[0][0]}{qw/a b/} = qw/c d/; dd \@x' [[{ a => "c", b => "d" }]]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Hash vs constant vs package vs other for data structure
by oldtechaa (Beadle) on Mar 27, 2017 at 20:31 UTC |