in reply to Perl Training online courses?
The nice thing about Perl is that you can go a long way without mastering the language fully: e.g. for years I hardly ever used grep or map (and then map mostly in a void context), now there is hardly a script I write which does not use these functions.
Hanging out on Perlmonks is a wonderful experience and really kicked my coding into a higher gear.
But as they say : YMMV
When for the price of a few hundred dollars you can quickly improve your coding skills and get a better job, I think it is worth the price. However I personally doubt that a video or online course will do better than a book. In the end it is still you that has to do the coding, so just start coding!
CountZero
A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James
|
|---|