Help for this page

Select Code to Download


  1. or download this
    
        my $Count_A_ANY = $dbh_B->selectall_arrayref( "SELECT Count(*) fro
    +m e_annotation_090812.annotation A WHERE A.user IN (SELECT T.Line FRO
    +M europhenome_annotation_090812.Temp_table T) AND entity_name LIKE '_
    +%' AND evidence_code NOT LIKE '%_________8__' AND A.centre LIKE '".$R
    +eference."'", { Slice => {} });
    
  2. or download this
    
        my $Result_summary  = "Counts/Summary_table.txt"; 
    ...