in reply to How best to break apart a large perl program
You'll want to use modules. The files will have a .pm extension, you get a namespace with package, and you use them with a use command in your program. See Simple Module Tutorial for more info.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How best to break apart a large perl program
by Craigbert (Initiate) on Sep 05, 2013 at 04:07 UTC |