I'm creating an android app for koha for my school project and was wondering where do i put my own custom perl script? I tried creating a file called test.pl in koha's opac folder, but when i tried accessing it by using this url http://ipaddress/cgi-bin/koha/test.pl it returns a webpage with error 500 message. I was expecting something like a blank webpage showing "hello, world!".
below is my code in test.pl #!/usr/bin/perl print "Content-type: text/html\n\n"; print "<html><head><title>Hello World!! </title></head>\n"; print "<body>hello, world!</body></html>\n"; any ideas? -- View this message in context: http://koha.1045719.n5.nabble.com/where-to-add-my-custom-perl-script-in-koha-tp4494680p4494680.html Sent from the Koha - Discuss mailing list archive at Nabble.com. _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

