Help for this page

Select Code to Download


  1. or download this
    while( my( $comp, $bug_num ) = $sth->fetchrow_array() ) 
    {
        push @{ $hash {$comp} }, $bug_num;
    }