in reply to Re^2: why this simple cgi script returns error ? !
in thread why this simple cgi script returns error ? !

When posting to this site, you can escape html with <c></c> tags, as in
problem was in the <c><br /></c> and
or by using &lt; as in
problem was in the &lt;br /> and
Writeup Formatting Tips may come in handy. Cheers.