Merge branch '7228-crunch-dispatch-umask' closes #7228
[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!";