Hi, i wanted to try perl scripts, so i have placed a test.pl into cgi-bin. While i try to get the page it gives me a internal server error the script is
#!/usr/bin/perl
This will print “Hello, World”
print “Hello, world\n”;
I have not made any changed to my system while i need perl for webmin. Anyone knows why or how to change it?