Help for this page

Select Code to Download


  1. or download this
     my %sth;
    foreach my $tab (@checklists)
    {
    ...
        $sth{$tab}->execute($word);
        my $ret = $sth{$tab}->fetchrow_hashref();
    }