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


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

In 30+/-years at $work(EE doing realtime software), I found that if I got the data structures correct, the code usually flowed. If not, things got messy fast. Also, read all the code you can from acknowledged Perl experts(for me in the early days this was reading the Data General RDOS and AOS operating system code).

Domain knowledge is as important as Perl knowledge(You want to control a power system give me a call, develop a website not your man).

James

There's never enough time to do it right, but always enough time to do it over...

  • Comment on Re^2: How does one learn perl programming efficiently - if they do not come from computer science background?

Replies are listed 'Best First'.
Re^3: How does one learn perl programming efficiently - if they do not come from computer science background? (Data Structure References)
by eyepopslikeamosquito (Archbishop) on Nov 28, 2016 at 06:54 UTC

      I knew the Raymond quote because it’s used as a chapter intro in some Perl book or another. I didn’t know the others. Good to see them.

      Great quotes! "The Mythical Man Month" should be required reading.

      James

      There's never enough time to do it right, but always enough time to do it over...