in reply to Teaching a CompSci student

To teach Perl is a difficult chore. Perl is so flexible, that most people have many different ways to do everything. Just look at the golfing that goes on around here. My suggestion is to not underestimate this individual. The CS students who work for me (granted this is before they have their degree) at the university, have dabbled in enough languages that after about their third to fourth language, they start to realize that the syntax isn't as important as the logic, planning, and understanding the 'vocabulary' of the language you need to write with.

I agree with what everyone else has said so far (BTW: ++@_) and I'd like to add just a couple of thoughts. I wouldn't be too worried about this person picking up Perl. Just make it clear that, "In this office, we use Perl. Learn it." They will thank you for it later.

- Mission