Help for this page

Select Code to Download


  1. or download this
    sub dispatch {
        my ($self, $fname) = @_;
        &{$dispatchTable{$fname}};    ## note, no arguments
    }
    
  2. or download this
    sub parseAutorep {
        my $isCombined = shift;
    
  3. or download this
    Util::dispatchTable->Parse::parse();