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