@@ -50,22 +50,20 @@ updated.
50
50
51
51
=head2 Thinking in Perl
52
52
53
- As with programming or any other creative endeavor, learning Perl never stops.
54
- While "Modern Perl" loosely describes how the world's best programmers tend to
55
- write and think about their code and projects, it's an ever-evolving
56
- profession. What's great in 2015 might not have been imagined even five years
57
- ago.
58
-
59
- You now have the chance to shape the present and future of Perl. You understand
60
- how the language works and where to find more information about it. Some of
61
- that is learning from the global Perl community. Some of that is perusing the
62
- documentation of the core and the modules you use. Some of that is practice:
63
- discovering what works for you and your problems and your teams.
64
-
65
- Perl's not perfect (though it gets a little bit better, year after year,
66
- release after release). It can be a little messy, though the problems to solve
67
- are a little messy. Now you have a flexible, malleable tool designed to help
68
- you solve those problems and then get out of the way. It's up to you to use it
69
- well.
53
+ As is true of any creative endeavor, learning Perl never stops. While "Modern
54
+ Perl" describes how the best Perl programmers approach their craft, their
55
+ techniques and tools always evolve. What's great in 2015 and 2016 might not
56
+ have been imagined even five years ago--and the greatness of 2020 and beyond
57
+ might be mere inklings in the mind of an enterprising Perl hacker right now.
58
+
59
+ Now you have the chance to shape that future. It's up to you to continue
60
+ discovering how to make Perl work for you and how to make Perl better, whether
61
+ learning from the global Perl community, perusing the documentation of the core
62
+ and CPAN modules, and by careful practice, discovering what works for you and
63
+ what helps you write the right code.
64
+
65
+ Perl's not perfect (though it improves, year after year, release after
66
+ release). It can be as clean or as messy as you need it to be, depending on the
67
+ problems you have to solve. It's up to you to use it well.
70
68
71
69
As a wise person once said, "May you do good things with Perl."
0 commit comments