summaryrefslogtreecommitdiff
path: root/pinyweb/cgi-bin/piny-newuser.cgi
blob: d10c6baacf42e7dfcf0b941371a9486986983c07 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl

use warnings;

use CGI;

print 'Content-type: text/plain

hello'