in reply to Re: Dynamic Dereferencing
in thread Dynamic Dereferencing
qw does not support interpolation right? So I can't use a string there too :-(# converting the elements to JSON pointer paths my @elements = map {s!\.!/!gr} (qw/ userName displayName meta.created +/);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Dynamic Dereferencing
by Flip76 (Novice) on Dec 07, 2018 at 13:39 UTC |