Help for this page

Select Code to Download


  1. or download this
    sub parseAutorep {
        print join "\n", map defined ? "'$_'" : '<undef>', @_;
    }
    
  2. or download this
    'Util'
    'parse'
    
  3. or download this
    sub dispatch {
        my ($self, $fname) = (shift,shift);
        &{$dispatchTable{$fname}};
    }