libdata-visitor-perl

Visitor implementation for perl data structures
  https://metacpan.org/release/Data-Visitor/
  0
  no reviews



Data::visitor is a simple visitor implementation for perl data structures. it has a main dispatcher method, visit, which takes a single perl value and then calls the methods appropriate for that value.