/* Do not remove the headers from this file! see /USAGE for more info. */ // simple test of cgi's with args // cowl string main(string arg) { return "The argument entered was: "+arg; }