Java and Perl Refresher
January 6, 2010 9:26 AM   Subscribe

Been years since I've written any Perl or Java (Core/Swing/Servlets/JSP). Have an interview soon, where can I find a quick and thorough refresher?
posted by blueplasticfish to Technology (3 answers total) 12 users marked this as a favorite
 
Learning Perl the Hard Way (free PDF, 69 pages) is a pretty good crash course for experienced programmers.
posted by mbrubeck at 9:52 AM on January 6, 2010


The Perl documentation itself is very good. Look through perldelta for changes in recent versions (if you haven't used it since 5.005, there have been a lot of changes. If you're at least as current as 5.6, not so much.) Perltrap is a good review of Perl's many gotchas.

Damian Conway's Perl Best Practices is widely regarded as just that. And the Perl community has finally rallied around a particular OOP methodology (beyond blessed hashrefs): Moose. You should look at that and the other packages in Task::Kensho if the Perl shop with whom you're interviewing is an up-to-date kind of place.

Perl monks is the best programming community I know -- peruse Seekers of Perl Wisdom. Just about everything has been discussed at some point.

You're on your own for Java. Homey don't play that.
posted by Zed at 9:59 AM on January 6, 2010


For Java you could try running through some mock JSCP exam questions here. SCWDC here.
posted by whiskeyspider at 11:39 AM on January 6, 2010 [1 favorite]


« Older Books about Russian hockey?   |   Learning databases through selecting stars Newer »
This thread is closed to new comments.