Added a comment

master
http://smcv.pseudorandom.co.uk/ 2011-05-21 18:27:15 +00:00 committed by admin
parent 973b0b085e
commit 2f1f50e6ea
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
[[!comment format=mdwn
username="http://smcv.pseudorandom.co.uk/"
nickname="smcv"
subject="comment 3"
date="2011-05-21T18:27:15Z"
content="""
Here is a simple CGI script:
#!/bin/sh
printf \"Content-type: text/plain\r\n\"
printf \"\r\n\"
printf \"Hello, world!\r\n\"
Here is a simple Perl CGI script:
#!/usr/bin/perl
print \"Content-type: text/plain\r\n\";
print \"\r\n\";
print \"Hello, world!\r\n\";
"""]]