in reply to why use OO nature in CGI?
why would someone go through the extra TROUBLE in using the OO aspect of CGI instead of just hard coding the HTML manually using heredocs?You mean HTML tag generation by functions/methods, instead of by embedded literal HTML? Oh, some reasons:
To me, the latter point would be its major selling point, thought enforcement of proper tag nesting is a good second.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: why use OO nature in CGI?
by siracusa (Friar) on May 22, 2005 at 13:56 UTC |