Help for this page

Select Code to Download


  1. or download this
    my $found = -1 != index $item, 'CQA_STATUS';
    
  2. or download this
    my @stats = grep (/CQA_STATUS/) @cqafiles;
    
  3. or download this
    use strict;
    use warnings;
    ...
        }
    
    close(FILE) || die "can't close$cqapath/CQA_STATUS after writing\n";