NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
open source portfolio (Score:2, Interesting)
Surprisingly very few interviewers have more than glanced at it. I would be very surprised if you had time to read through 100's of lines of perl code.
In the past I have done about 6 or 7 perl quizes during interviews, I think they are a quite good indicator of knowledge but are very limited - after all much of the time you only actually use a small portion of perl mod
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Questions (Score:3, Interesting)
For my/our/local, I'm OK with an answer like "I always use 'my'".
The "delete a file" is there to see who knows the difference between delete() and unlink().
--
xoa
Reply to This
Re:Questions (Score:3, Interesting)
Re:Questions (Score:2, Interesting)
I make a big point of starting out the interview by saying "You will not know the answer to everything I ask. You will not have experience in everything I ask about. Please don't think that any one question is going to kick you out the door."
It's not just Perl stuff that I make that comment for. For instance, I was looking over some sysadmi
--
xoa
Re:Questions (Score:2)
Once upon a time I went for interview with amazon.co.uk. Overall I'd have to say I didn't like the location or the atmosphere, and I was glad I didn't get the job, however the random test at the interview was actually quite good.
Without any warning the sat me down with a glass of water, a pencil and a sheet of awful HTML and asked me to fix it. At once I said it was not possible without knowing the DTD I was correcting it too, they said "current", and left me to it. I know I scored well they told me so wh
-- "It's not magic, it's work..."