blob: b5e03001e50727729c9af5120bbae4d6510734fb (
plain)
1
2
3
4
5
6
|
This module is a simple visitor implementation for Perl values.
It has a main dispatcher method, visit, which takes a single perl
value and then calls the methods appropriate for that value.
WWW: http://search.cpan.org/dist/Data-Visitor/
|