16306: Move nginx temp dirs into a subdir.
[arvados.git] / services / arv-web / sample-cgi-app / public / index.cgi
1 #!/usr/bin/perl
2
3 print "Content-type: text/html\n\n";
4 print "Hello world from perl!";