source: documented-example-collections/trunk/gsarch-e/index/assoc/4669FBE8.dir/test.pl@ 18738

Last change on this file since 18738 was 18738, checked in by oranfry, 15 years ago

the rest of the documented example collections

  • Property svn:executable set to *
File size: 167 bytes
Line 
1#!perl -w
2# Need to specify the full path of Perl above
3
4
5print STDOUT "Status: 200 OK\\n";
6print STDOUT "Content-type:text/plain\\n\\n";
7print STDOUT "Hello world!";
Note: See TracBrowser for help on using the repository browser.