Use sub function to separate code - TechRepublic
General discussion
March 30, 2003 at 10:47 PM
Mark W. Kaelin

Use sub function to separate code

by Mark W. Kaelin . Updated 23 years, 3 months ago

Separate code into logical units:

The April 1, Perl TechMail discusses using the sub function to separate code. No matter the chosen programming language, reusing code can save you time and make your coding more efficient. Have you used Perl’s subroutines to segregate functions, allowing easy code reuse?

This discussion is locked

All Comments