Help for this page

Select Code to Download


  1. or download this
        $data = ...# some Perl data structure
        @resultlist = dpath('/AAA/BBB/*/CCC')->match($data);
    
  2. or download this
        $data = ...# some Perl data structure
        @resultlist = $data ~~ dpath '/AAA/BBB/*/CCC';