Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        my $cell_ct = ( $cell_sum / $scope_ct ) / 0.0000015;
        return $cell_ct;
    }