57bc2a9a019d2dff45c08cb4263bf7cb1d1b6605
[arvados.git] / apps / 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!";