Help for this page

Select Code to Download


  1. or download this
    COMP    BUGNO
    ------  -----
    ...
    DRIVER    4894
    KERNEL    4398
    USRINT    1233
    
  2. or download this
    our $stmt = qq/select component, bug_no from request where status like
    + 'OPEN'/;
    our $sth = $dbh->prepare($stmt);
    ...
    while( my( $comp, $bug_num ) = $sth->fetchrow_array() ) {
        $hash{ $comp } = $bug_num;
    }
    
  3. or download this
    USRINT     1111, 1021, 1233
    HWARE    1232
    KERNEL    4384, 4398
    DRIVER    4894