Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

My site is hosted on an NT server. Can I run Perl CGI scripts made for Unix, such as the Master Series scripts?

0
10 Posted

My site is hosted on an NT server. Can I run Perl CGI scripts made for Unix, such as the Master Series scripts?

0
10

In general, Perl CGI scripts made for UNIX are portable to NT except those that send email. UNIX servers have a handy-dandy emailer on board, called sendmail. It is used so much because it is so easy to program for. This sendmail is not prevalent on NT like it is on UNIX, so scripts doing emailing will need to be modified for NT. A method of sending emails that is available on most internet servers of all operating system is SMTP. It takes a bit more programming to utilize SMTP, but I expect more and more scripts to do so in the future because of the rising demand for NT compatible scripts. You can find some NT scripts at The CGI Resource Index.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123