in reply to OT - Apache Toolkit - PHP & mod_perl
You mentioned that you were concerned about writing maintainable code, so be careful: an in-line Perl system can be a problem, in the same way that PHP/JSP/ASP can. If you aren't careful, you'll end up with spaghetti code. It is possible to use a disciplined approach with separate modules and even a model-view-controller style if you are careful about it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: OT - Apache Toolkit - PHP & mod_perl
by etcshadow (Priest) on Oct 06, 2003 at 20:44 UTC | |
|
Re: Re: OT - Apache Toolkit - PHP & mod_perl
by jdtoronto (Prior) on Oct 07, 2003 at 01:36 UTC | |
by Notromda (Pilgrim) on Oct 08, 2003 at 15:34 UTC |