I wanted to, but there was no need. I read about #console.
Plus other things i found. It wasnt simple.
The thing was that i was working in 64 bit mode, but in 64 bit mode
one oxygen statement was appending an extra CRLF, so i made my
own cgi class and enhanced STDOUT to work with it. Now STDOUT will
output the headers automatically on the first call if they haven't been
sent (just like php) and then output the desired string.
Now i just need to setup a database and start my tests. But it all looks
very good.