36 587
modifications
ça marche |
|||
Ligne 92 :
print
print "Hello World!"
</source>
==== VBS ====
Pour Windows<ref>http://wiki.uniformserver.com/index.php/CGI:_VBScript_CGI</ref>.
<source lang="python">
'!c:/windows/system32/cscript //nologo
Wscript.Echo "Content-type: text/html" & vbLF & vbLF
WScript.Echo "Hello World!"
Wscript.Quit 0
</source>
|
modifications