Execute perl script in the browser cgi-bin

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?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.