Help for this page
$dereferencer = { $^moose.<foo>[1]<bar><baz>[3] }; $dereferencer($datastructure);
role Profound { method dereferencer ($x) { $x.<foo>[1]<bar><baz>[3] } +} ($datastructure but Profound).dereferencer;