Acme-CPANAuthors-Czech
view release on metacpan or search on metacpan
examples/count_of_czech_cpan_authors.pl view on Meta::CPAN
#!/usr/bin/env perl
use strict;
use warnings;
use Acme::CPANAuthors;
# Create object.
my $authors = Acme::CPANAuthors->new('Czech');
# Get number of Czech CPAN authors.
my $count = $authors->count;
# Print out.
print "Count of Czech CPAN authors: $count\n";
# Output:
# Count of Czech CPAN authors: 50
( run in 1.423 second using v1.01-cache-2.11-cpan-aadc1410aed )