15964: Remove qr1hi from a few more places. Delete unused includes.
[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!";