Help for this page

Select Code to Download


  1. or download this
    $node->findnodes("ancestor::*")->map(sub { $coolNodeName->($_) })
    
  2. or download this
    (map { $coolNodeName->($_) } $node->findnodes("ancestor::*"))