- or download this
use Getopt::Long; # or Getopt::Std, which might be easier to grok.
- or download this
my @thresh = ( 1000, 4000, 7000, 10000 );
my @bins;
...
}
$bins[$i]++;
}
- or download this
my @thresh = ( 1000, 4000, 7000, 10000 );
my @bins;
...
}
$bins[$i]++;
}