Help for this page

Select Code to Download


  1. or download this
    my $tcid;
    GetOptions("tcid=s" => \$tcid);
    ...
    foreach my $tc (@tcids) {
        $dispatch_table{$tc} = sub {eval "tcid_$tc()"},
    );
    
  2. or download this
    $dispatch_table{$tc}->();