in reply to Re: To USE or not to USE
in thread To USE or not to USE
Note that your particular example is actually a counter-example, because CGI prints "Content-Type: text/html; charset=ISO-8859-1" in order to prevent cross-site scripting attacks. This demonstrates how the "just code this part yourself because it's too simple to load a module" attitude can lead to half-assed and broken code if you don't fully understand the problem you're trying to solve.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: To USE or not to USE
by ajdelore (Pilgrim) on Jul 22, 2003 at 18:17 UTC | |
by perrin (Chancellor) on Jul 22, 2003 at 19:24 UTC | |
Re^3: To USE or not to USE
by adrianh (Chancellor) on Jul 23, 2003 at 16:12 UTC |