Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi fellow Monks, yours truly is quite a baby in perl programming. I first touched perl 2.5yrs ago when I was on my placement with Sun Microsystem. Since then, I've been attached to it.However, I have no job that requires me to use the programmng language, i havent really work with it for a while but now, I am about to go for a job that requires solely usage of PERL and I have to do a test first before I can get the job. Now, my request is, does anybody has idea, tips, notes on OOPerl to prepare me for tomorrow or can anybody help me out with this test. Any help will be greatly appreciated. Did I mention the test is tomorrow,wednesday 2/05/07 @ 11am. Yours in the monastry, AngelMicheal

Replies are listed 'Best First'.
Re: OO Perl - Newbie
by marto (Cardinal) on May 01, 2007 at 10:35 UTC
    They gave you only 24 hours notice of a test? Strange. Did you lead them to believe you speak fluent Perl? Regardless, check out the Tutorials section of the Monastery, a fantastic resource. You can spend today working on the basics to refresh your memory, then work on the more advanced tutorials. Object Oriented Programming has its own section within tutorials.

    Good luck

    Martin
Re: OO Perl - Newbie
by jbert (Priest) on May 01, 2007 at 10:26 UTC
    I'll not help you with a test, no.

    But if you want to practise before then, I'd advise:

    • Re-read some of your old code, if you have it
    • Try to write some very simple code to remind yourself of things. Pick a trivial task from a basic programming tutorial (find prime numbers, sort lines in a file, that sort of thing) and see if you can implement it.
    • Read FAQs and the perl docs (e.g. perlboot, perltoot, perltooc for OO perl). Start with the ones which make sense to you as a refresher, to get some confidence and then try and tackle some of the stuff you find harder.
    Good luck, and remember to be honest about your levels of ability and skill with the interviewers.

    If someone claims they know everything about perl and does only 'OK' on a test, that's a definite 'no hire'. If someone does 'OK' on a test but says that they are a bit rusty and they have haven't done too much perl recently, then that may be a different matter.

Re: OO Perl - Newbie
by Moron (Curate) on May 01, 2007 at 14:17 UTC
    But, above all, whether you need the tutorials as a stepping stone or not, your actual goal should be to have a working knowledge of perlobj

    Update: I know one employer of OOPerl people whose technical tester person always asks what module(s) you published on CPAN. i.e. there's no way to learn up on that test question - you have to have really done it and to a high standard! Let's hope they don't have that trap waiting for you!

    __________________________________________________________________________________

    ^M Free your mind!