Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > cd38b09e3cb8d6c675b02d30393e68af > files > 54

kaya-doc-0.5.2-8.fc14.noarch.rpm

cgi helloweb;

import CGI;

Void PreContent() {
    content("<html><head><title>Hello!</title>
             </head><body>");
}

Void Default() {
    content("Hello web!");
}

Void PostContent() {
    content("</body></html>");
}