Support: Go To End of This Page To Email Pages to Yourself
Perl
Questions relating to Perl on NT.
1.
What is the path to Perl?
2.
What version of Perl are you using?
3.
Can I use Sendmail?
4.
What kind of scripts can I run?
5.
I cannot CHMOD via FTP?
6.
What is the path to BLAT?
What is the path to Perl?
:
On NT systems the path is Perl is not required unlike Unix. NT knows to call the Perl Interpreter based on the file extension. The file extension must be either .cgi or .pl
Some scripts however insist of knowing the path - the path for Perl on NT is
c:\perl\bin\perl.exe
(
Updated: 02/28/99
)
What version of Perl are you using?
:
We use Perl 5 for NT. (
Updated: 02/28/99
)
Can I use Sendmail?
:
No, on NT systems Blat is used to provide the functionality of Sendmail. Your script must be capable of running on NT systems.
(
Updated: 02/28/99
)
What kind of scripts can I run?
:
Scripts that can run on NT systems can be used. Some scripts may not be written to run on NT systems and will not function without changes to the script.
(
Updated: 02/28/99
)
I cannot CHMOD via FTP?
:
On NT you dont need to CHMOD, your scripts will execute correctly.
However if your scripts are writing to the server, you need to contact us to allow the script to write to the server.
(
Updated: 02/28/99
)
What is the path to BLAT?
:
BLAT is located at c:\winnt\system32\blat.exe (
Updated: 03/20/99
)
Send the Above FAQ(s) To me @: