Search results

  1. R

    cgi bin perl scripts not working

    how do i get cgi -bin perl scripts to work eg #!/usr/local/bin/perl # hello.pl -- my first perl script! print "Content-type: text/html\n\n"; print "Hello, world!\n"; doesnt run when i copy to the cgi-bin folder???
Top