in reply to CGI::Application - why?
Usually, OO and modular code are not about reducing code size. They are about isolating pieces of the code from each other and gaining reuse. Using a module for your web app will help a lot with that.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: CGI::Application - why?
by gunzip (Pilgrim) on May 15, 2006 at 02:43 UTC | |
by perrin (Chancellor) on May 15, 2006 at 16:56 UTC | |
by friedo (Prior) on May 15, 2006 at 03:57 UTC | |
by DrHyde (Prior) on May 15, 2006 at 10:09 UTC | |
by jdtoronto (Prior) on May 16, 2006 at 03:44 UTC | |
by santonegro (Scribe) on May 15, 2006 at 20:31 UTC | |
by dragonchild (Archbishop) on May 15, 2006 at 13:00 UTC |