Help for this page
sub parseAutorep { print join "\n", map defined ? "'$_'" : '<undef>', @_; }
'Util' 'parse'
sub dispatch { my ($self, $fname) = (shift,shift); &{$dispatchTable{$fname}}; }