in reply to Re: Re: Re: Code Critique
in thread Code Critique
With embeded Perl it is very easy to write HTML/Perl pages which look like a mess. It requires some self-dicpline to control use of Perl in templates. But it is possible to do it in right way (put business logic in modules, use Perl code in templates only to produce output, separate big sections of Perl and HTML). There exist quite good examples of HTML::Mason code: sources of www.masonhq.com, sources of Request Tracker.
--
Ilya Martynov
(http://martynov.org/)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Embeded Perl
by Juerd (Abbot) on Dec 20, 2001 at 00:53 UTC | |
by IlyaM (Parson) on Dec 20, 2001 at 03:14 UTC | |
by Juerd (Abbot) on Dec 20, 2001 at 03:17 UTC | |
by IlyaM (Parson) on Dec 20, 2001 at 03:25 UTC | |
by Juerd (Abbot) on Dec 20, 2001 at 03:33 UTC | |
|