Already read: "We study pearl", "Pearl - we study deeper", "Programming Perl". What else can you advise to read in Russian (perhaps articles or something else like that).
Or help come up with a task to improve the level of knowledge (skills).
Already read: "We study pearl", "Pearl - we study deeper", "Programming Perl". What else can you advise to read in Russian (perhaps articles or something else like that).
Or help come up with a task to improve the level of knowledge (skills).
It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:
Modern Perl and Higher-Order Perl . And both are mandatory. Although not in Russian - not yet translated.
Well, if you really mastered these three books, you can write any program in this language. The meaning of reading something else in Perl is only for solving a specific problem using this language, even if after reading the books you cited you do not know where to start solving this particular problem.
What is written first line in the preface to "Programming Perl"? "Perl is a language that will help you do your work" (somehow). This is not C ++, about which more than 9000 books are written “we learn in 24 hours”, “patterns on”, “solving ingenious problems on” and so on. Mastered - great. Now you can do the work. Moreover, in 90% of cases this “work” will consist in linking several modules from CPAN together.
Maybe you should ask another question? For example - "how to create a task for yourself with the aim of pumping a programming skill, if you don’t need any prog yourself?"
Surely you have already written some more or less useful programs. Try rewriting them on a pearl.
In my opinion, after "Learning Perl", you just need a reference book with recipes for typical solutions - such as "Perl: a collection of recipes" by Tom Christiansen. The second useful little book is Richard Fowley's "Perl Debugger." Both were published in Russian by Peter.
No need to use all sorts of ingenious designs in everyday life, if you need to create a normal working code - standard designs, as a rule, is enough. The knowledge of various "smart" things will come with experience, if there is a real need for them. The basic principle of Perl - the same problem can be solved in different ways.
And this is weak: Perl for professional programmers. Regular expressions ? Just kidding Maybe this book will be useful over time.
Source: https://ru.stackoverflow.com/questions/25502/
All Articles