in reply to (Modules || Libarires) usage
I'm not sure that the size of your program is making things slow. Compilation is fast compared to database work, filesystem use, and network traffic. 2700 lines isn't huge for an entire Perl program, but 2000 lines per script is. If I were you, I would factor common code out of the scripts and into separate modules. That tends to have the effect of making everything smaller.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: (Modules || Libraries) usage
by cbrandtbuffalo (Deacon) on Jun 15, 2005 at 21:46 UTC |