1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-08-06 05:02:40 +03:00
Files
libhttp/test/dir with spaces/hello.cgi

4 lines
66 B
Perl
Executable File

#!/usr/bin/env perl
print "Content-Type: text/plain\n\nhello\n";