Support - Knowledge base

Giving you the answers you need

Why not try our knowledge base for instant help and advice to enhance your online experience with Register365? From within the knowledge base you can browse our frequently asked questions and find the right answers to help solve your queries.

Home  >  Scripting  >  CGI/Perl Scripting  >  View Article

What mode should I upload my scripts in via FTP?

Not enough ratingsNot enough ratingsNot enough ratingsNot enough ratingsNot enough ratings

Article

CGI and PERL scripts should ALWAYS be uploaded in ASCII mode.

Scripts uploaded in binary will not work correctly. One way around this is to amend the first line of a script to read...

#!/usr/bin/perl --

Also, make sure that if you have written them yourself or made changes, then the scripts should be edited in a program like Notepad or TextPad, and not Wordpad, Word etc.

Rate This Article

How useful was this article?

Not useful A little useful Useful Very useful Everything I needed