Welcome to our knowledge base. To find what you're after, use the search box below or choose a category to view listed questions.
Search the Knowledgebase
Browse by Category
View Questions by Category:
Perl and CGI
There were 6 questions found in this category:
How do I set permissions on executable files? Perl scripts need to be executable in order to run them on the server. You can do this using the FTP software you use to upload your files. Upload the files in the usual way, then perform the following on the uploaded file: In WS_FTP: right click on the file and choose "FTP commands", then "SITE". T...
How do I upload Perl scripts? Perl scripts are uploaded in the same way as any other file you have on your web site: by using FTP software such as WS_ftp or Cute FTP for PC or Fetch or Anarchie for Mac. However, once the files have been uploaded you will need to set them so that they are executable.Make sure to upload the files ...
My Perl or CGI doesn't work If your script fails to work, please make sure of the following things before you mail support: The path in your perl script is set to #!/usr/bin/perl Your Perl or CGI script file is executable Make sure you have uploaded the files in ASCII mode. If you do not do this, then every line will end with ...
Remember to make your files executable. If you are using a subdirectory for your CGI files, make the directory executable too....
What version of Perl do you use? Enterprise hosting plans: Perl version 5.6.1 built for i386-Linux.Professional Hosting plans: Perl version 5.8.4 built for i386-Linux.