There are two times when people look at your resume. One is when someone (either your boss-to-be or (ack) someone from personnel) is trying to figure out if he's going to call you in for an interview, and one is when you're sitting there in front of your boss-to-be for your interview.

In the former case, I think that "I'm a bishop (Level 8) on Perlmonks.org" would sound pretty dorky, or would be meaningless to the reader, or both. In the latter case, you can bring up perlmonks in conversation. In either case, having that line on your resume doesn't help.

Now, here's how to throw in your perlmonks experience. When I interview people, I ask "How do you stay current?" which is pretty open ended. That would be your cue to throw in that you read and post to perlmonks.org. Chances are your interviewer will ask something similar, and if he doesn't, then throw it in yourself somehow.

You also asked about wanting to "verify my experience with perl". The time to do that is during the interview, not on the resume. Nobody expects you to prove what you know on paper; it'll come out in the interview.

Two examples: Last interview I went on, at a web-based services company, the boss-to-be asked me to do some trivial programming task, like writing a function to read in a file of people and scores and print out a summary. He gave me a piece of paper to write on. I asked if I could use the computer next to him instead. So I fire up Notepad, and write a full-blown program using CGI.pm that reads in the file and creates a pretty HTML page of the results.

Interview before that, I talked with the boss-to-be about the changes coming up in the (then) new Perl 5.6, and that made it clear to him that I knew what was what.

Finally, if you're looking for a job, I can't over-recommend Ask The Headhunter by Nick Corcodilos. He's also got a website called, not surprisingly, http://www.asktheheadhunter.com. Nick's point is: You aren't there to have the employer find out if you're a good fit; you need to SHOW the employer that you are. It'll be the best $12 you can spend.

xoxo,
Andy
--
Throw down the gun and tiara and come out of the float!


In reply to Don't bother with Perlmonks as a reference by petdance
in thread Could Perlmonks be used as a reference? by thatguy

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.