(Please, don't flame, be opened and read all).

I already saw a lot of peoples asking for Perl certification, including the monastery, and some companies that do that. But in the first time that I saw that I think that this isn't a good thing, since Perl want to be a free thing, what is good.

But Perl is an amazing language were you can do everything, and in the most cases better than in any other languages. But Perl need to be used in commercial projects too, what can be done easy, you only need good programmers at it. But what we can't forget is that a companie is managed by peoples that see documents, official things, and the Open Source communitie is not much "official" in their mind (what is changing, thank good). And what they think when we say that we can't get a real certification for Perl?! We can't ask them to have the philosophy of Perl, to make the information free.

But I know that Perl programers want to win money with the knowledge that they have, since they know that Perl is good, and can make very good things. But as a project director in Brazil, I have a problem. I like Perl, since I'm a developer of Perl too, and want to use the best resources for the projects (like Perl) to make the best result. But here in Brazil the peoples buy the commercial things, since is cheap to make massive propaganda, and the peoples want to be prepared for what the market want (since the market buy the same thing). And my biggest problem is to find Perl programers, specially good Perl programers (with experience). So, most of Perl programers that work with me, I have taught Perl to them.

In the last week I was talking about that with other Perl programer here, and he was getting the certified for some other thing and want to get for Perl too. And think how good will be to find certified programers in Perl (a good certified of course).

Why not create a Perl certification group. The certified can be free, or if not all the money can go to the Perl community or any other Open Source project. And I started to make a list of what the programer need to know:

  • Compile and install Perl on Linux, FreeBSD, Win32, Mac(Perl)...
  • Enable it in Web Servers, like Apache, IIS... (I don't know much, I just use Apache).
  • Write and release Perl modules.
  • POD, including POD::Parser.
  • Compile and install modules on Linux and Win32.
  • The use of usual modules for code, like strict, Carp, UNIVERSAL, Exporter and @ISA, AUTOLOAD, import...
  • mod_perl, including installation.
  • Perl OO.
  • Perl fork on Linux and Win32.
  • Use Socket.
  • Use thread.
  • Regular expression.
  • tie, including for Hash, Array and Filehandles.
  • All the Perl syntax and operators, including references, complex HASH and ARRAY.
  • Predefined variables, at least the basics.
  • Portability rols.
  • XS and basic C. inline too (well, if you know XS this isn't a problem).
  • FILEHANDLE and IO::File, including all the input/output functions: tell, seek, binmode, eof, read, write...
  • open(), IPC::Open2, IPC::Open3, pipe.
  • DBI, with some db: MySQL, SQLite, Oracle... And installation on Linux and Win32.
  • Maybe some GUI, where the user can chose between wxPerl, TK and Win32.
  • So I want to know what the monks think about the certification, what a Perl certified need to know and the market with Perl certification. About the knows, I just think that can't be much specific, like modules that work with external things, like the GUI modules (this is why the user can be free to chose the type). I will appreciate any type of reply including ideas for the knows (or maybe some one that want to really create the certification group).

    Graciliano M. P.
    "The creativity is the expression of the liberty".


    In reply to Perl Certified! by gmpassos

    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.