in reply to Ambiguous error message from JSON::Path

Hello,

it seems you need my $value = $arr_path->value(  $json  ); instead of $value = $arr_path->value();

I also added use strict and use warnings ..

L*

There are no rules, there are no thumbs..
Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.