Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Server Problem

Status
Not open for further replies.

Rowina

Technical User
Joined
Aug 5, 2002
Messages
4
Location
HK
Hi Everyone,

I have a question about the servers. If I want to run a perl script, is there any difference between UNIX and Window NT? If a script is working on UNIX, does this mean that it will also works normally on Window NT? If not, what do I need to make it work on Window NT? Do I have to re-write the perl script so that Window NT will recognise it?

Thank you very much!

best regards,

Rowina
 
On Unix you will need a path to the interpreter something like:
#!/usr/bin/perl or where yours is located.

Also pay attention to system command differences between OS.

Example: "dir" on NT
"ls -l" on Unix

Other things such as module location and if using mail your smtp set up.

=================
Bad Company Music
=================
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top