in reply to Any other good perl books
What Discipulus and davido said. I found the Perl Cookbook extremely eye-opening because it’s not theoretical, it’s task oriented. That said, it’s verrrrrrrry out of date so should be taken as a leg up on modern approaches enabled by the CPAN and newer Perls.
The best penny-dropper for me is reading tests. Most distributions have a test directory called t. On metacpan.org you can search and visit a module/package of interest, click on Browse, navigate to the top of the the package ({USER/PACKAGE-VERSION} formatted name currently), click on t, and read tests. Download and decompress to play around, edit, and run yourself with prove.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Any other good perl books
by davido (Cardinal) on Sep 11, 2019 at 17:08 UTC | |
Re^2: Any other good perl books
by BillKSmith (Monsignor) on Sep 11, 2019 at 20:02 UTC | |
by Your Mother (Archbishop) on Sep 11, 2019 at 20:39 UTC | |
by stevieb (Canon) on Sep 11, 2019 at 20:48 UTC |