blob: 6e67012528984a9410b3853667eafdf60939c62a (
plain)
1
2
3
4
|
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.
|