/[suikacvs]/www/test/html/form/asis.cgi
Suika

Contents of /www/test/html/form/asis.cgi

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Tue Sep 14 07:53:53 2004 UTC (20 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
New

1 #!/usr/bin/perl
2
3 use strict;
4 binmode STDOUT;
5
6 print <<EOH;
7 Content-Type: text/plain; charset=iso-8859-1
8
9 query:
10 ___
11 $ENV{QUERY_STRING}
12 ~~~
13
14 entity-body:
15 ___
16 EOH
17
18 binmode STDIN;
19 read STDIN, my $body, $ENV{CONTENT_LENGTH};
20
21 print $body;
22 print "\n~~~\n";

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24