16314: Search both user and tmp paths for gems.
[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!";