What is the path to Perl on the Servers?

The path is : #!/usr/bin/perl

However! This is not require on the Windows platform, it is a Unix specific path.

All Perl / CGI scripts will work on our system if you store them in the CGI-Bin.

You may have to change the path for related files to get Perlscript to work on windows, this is done by referencing the full path to your script : eg. D:/domains/yourdomain.com/wwwroot/cgi-bin/your_script.pl

 

Was this answer helpful?

 Print this Article

Also Read

Sample Code : Sending mail via PHP

You can use PHPMailer to send mails via PHP. To use this open source object you need to download...

I get this error when trying load my PHP page : "FATAL ERROR: register_globals is disabled in php.ini, please enable it!"

Register_Globals directive is set to OFF because of potential security issues.  PHP has this...

Sample Code : Query MySQL Database in PHP

<html><head><title>MySQL Test...