Search results

  1. S

    How to execute perl scripts

    Hey Guys! I've been trying to write a perl CGI script but I end up getting a 500 Internal Server Error. Please Help. My index.pl ===================== #!/usr/bin/perl print "Content-type: text/html\r\n\r\n"; print "Hello, World."; ===================== My .htaccess =====================...
Top