in reply to Re: image and href tags in CGI.pm
in thread image and href tags in CGI.pm
Not only do you have the usual flaws of embedding the html(presentation) in your code(control), you don't even make the html in an easily recognizable form.Did you not understand? I present two clear criticisms. One is that embedding the html generation in the code is usually a bad idea REGARDLESS OF THE APPLICATION. The second is that the embedded form of the code is extremely ugly when you use CGI.pm. Using CGI.pm to produce html leads to complicated overdone code that is hard to read and understand.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
•Re^3: image and href tags in CGI.pm
by merlyn (Sage) on Jan 04, 2005 at 13:13 UTC | |
|
Re^3: image and href tags in CGI.pm
by eric256 (Parson) on Jan 03, 2005 at 23:30 UTC | |
|
Re: image and href tags in CGI.pm
by b10m (Vicar) on Jan 04, 2005 at 08:44 UTC |