If I had to do this sort of interview over the phone, I'd probably cover things like:
- Do you remember which version of perl was the first one you ever used? What version are you using now? (This could cover OS experience, which may be relevant.)
- Have you used non-core Perl modules from CPAN? (Briefly discuss a couple favorites, if any, and if there's time.)
- Have you developed modules for your own use? (Might be hard to discuss these in detail.)
- Do you use other languages besides Perl? (If so, discuss thoughts, preferences, annoyances, etc, about the respective languages, to the extent there's time.)
- Do you use the perl debugger? What do you think of it?
- How often do you use perldoc?
These should give you some sense of the person's familiarity and comfort level with Perl. If they never used "perl -d", that's not a killer, but knowing how to use the debugger means a good deal. If they don't know what perldoc is, they don't know enough.
Apart from that, I'd probably stick to things that are more likely to be specific to the position being filled -- e.g. database experience, web experience, etc, if these are relevant.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.