Webcity Logo
Self-Help Knowledgebase


Knowledgebase Home > WEB HOSTING > Perl and CGI Knowledgebase Home


Search the Knowledgebase Browse by Category
Perl and CGI
There were 6 questions found in this category:
  1. 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...

  2. 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 ...

  3. 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 ...

  4. What is the difference between .pl and .cgi?
    There is no difference. Perl files can be saved with either of these extensions.

  5. What path do I have to use for my Perl/CGI files?
    You can put your Perl or CGI files in any directory you want, as long as the files have a .pl or .cgi extension.

    Remember to make your files executable. If you are using a subdirectory for your CGI files, make the directory executable too....


  6. 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.