diff options
author | John Ankarström <john@ankarstrom.se> | 2021-09-17 20:57:05 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-09-17 20:57:05 +0200 |
commit | 361bb55f01ba28960a8127b0a16c1e7a7a8de61a (patch) | |
tree | ff0479af1c9283c8a0546025022ebc54616a9a75 /example | |
parent | 2810ad72aeb973a898034d6875922284062c5ce0 (diff) | |
download | cforum-361bb55f01ba28960a8127b0a16c1e7a7a8de61a.tar.gz |
Rewrite mktpl script in C
The Perl version didn't handle multiple interpolations on the same line.
Diffstat (limited to 'example')
-rwxr-xr-x | example | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/example b/example deleted file mode 100755 index 55307b9..0000000 --- a/example +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env perl - -print while <DATA>; - -__END__ -Content-Type: text/html - -<form action="cforum" method="post"> - <p><label for="name">Name</label><input type="text" name="name" value="" id="name"> - <p><textarea name="text" rows="8" cols="40"></textarea> - <p><input type="submit" value="Continue →"></p> -</form>
\ No newline at end of file |