11. Building Larger Programs | Intermediate Perl, 2nd Edition
oreilly.com·1d
✏️Code Editors
Preview
Report Post

Intermediate Perl, 2nd Edition

July 2012

Intermediate to advanced

396 pages

9h 16m

English

Content preview from Intermediate Perl, 2nd Edition

Chapter 11. Building Larger Programs

As our programs get larger, we start to realize that some of our code applies to other jobs we have. We can move some of that code to a library that we can share among several programs, and even with other people. We can also use libraries to compartmentalize code by its function or use, keeping it separate from code that does unrelated tasks.

The Cure for the Common Code

The Skipper writes many Perl programs to provide navigation for all the common…

Similar Posts

Loading similar posts...