First version of WWW gateway with embedded Tcl.
[egate.git] / www / egwscript
1 <html>
2 <head><title>Europgate WWW gateway test script $Id: egwscript,v 1.1 1995/10/20 14:02:41 adam Exp $</title></head>
3 <body>
4 howdi
5 {
6         set f [open mylog a+]
7         puts $f "Hello world"
8         close $f
9 }
10 </body>
11 </html>