http://qs321.pair.com?node_id=1176540


in reply to How does one learn perl programming efficiently - if they do not come from computer science background?

Yeah .. my only two computer science courses were in FORTRAN (WATFIV/S, specifically) and COBOL during the '76/'77 academic year at Waterloo. After that it was whatever I learned whatever I needed to get the job done, with an occasional visit to K&R's excellent Guide to C Programming, and then learning on the job.

My degree in engineering helps -- learn whatever you need to, in order to get the job done -- that rule has served me well throughout my career.

Really, it comes down to practice. I applied for a remote job about a year ago, and took the full week to do their 'Write us some code' example. Yes, I was out of practice. I plan to revisit that exercise to see how I could do it better.

Finally, like anything else, you need to be continually learning. I got an idea for a module yesterday, and went home to spend a few hours bashing up a prototype, which led me to a dark corner of Perl I'd never seen before (Symbol and qualify_to_ref). Fascinating. You need to always be stretching yourself.

PS Welcome to the Monastery! Becoming a member here has helped my Perl immensely, and I believe I've helped a few others.

Alex / talexb / Toronto

Thanks PJ. We owe you so much. Groklaw -- RIP -- 2003 to 2013.

  • Comment on Re: How does one learn perl programming efficiently - if they do not come from computer science background?
  • Select or Download Code

Replies are listed 'Best First'.
Re^2: How does one learn perl programming efficiently - if they do not come from computer science background?
by ktsirig (Sexton) on Nov 25, 2016 at 15:49 UTC
    Many thanks to all of you who posted here, I am now more enthusiastic about "sticking" to Perl for some more time, since, for me at least, it "gets the job done" and very efficiently!