Nobody has to register anywhere to program in perl, so absolute numbers are hard to find.

I just looked into my cpan local cpan mirrors:

cpan-mirror/authors/id$ find . -mindepth 3 -type d |wc -l 4129

So we have a bit more than 4000 CPAN authors. How many perl programmers actually publish stuff on CPAN? perhaps 1%? So my rough guess is 5e5, or half a million.

Other sources you could use, if you had access to them (you might actually some of the numbers somewhere on the internet): perl.org and cpan.org access statistics, perl book sales, perlmonks.org registered users, *comp.lang.perl.* posting statistics, rt.{perl,cpan}.org statistics (number of distinct email addresses), ...

All those have in common that you still get no really good numbers, but you might get a feeling for the order of magnitude.


In reply to Re: How many Perl programmers are there? by moritz
in thread How many Perl programmers are there? by cosmicperl

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.