How do I run a perl script on a server? I have a .pl file which can be run on my computer using active state. How can I put that file on my Hostgator hosting and run it on there? Cheers all.
hello, Ususally you just need to send the correct headers. Before you send anything to the screen, you need to print the following: print "Content-type: text/html\n\n"; then you can print out the rest of the web page